Hi All,
in the last batch of work, finally I got to implementation of 'level building' elements or 'prefabs'. In previous showcases things were a bit hardcoded. E.g. when pressed specific button, moved specific piece of wall from here to there with special piece of code. This is of course not suitable for further development.
For building levels, I need functional prefabs, so I can just place them in editor and things will automatically work. E.g. place switch here, door there, link them, so in game by pressing switch, linked door will automatically open/close. Same for operating lights, elevators, etc..
In this batch I started with some basic stuff:
- doors
- switches which can now operate doors or lights (or any element that will implement IToggleable interface, programmatically speaking )
- switches can be 2-states (on/off) for IToggleable elements or 1-state (one time actions)
- elevator
In following short animations, there's one level with doors and switches. I just walk around, not spoiling solution (even if this is easier level). Another level is showcase of 'color mixing' puzzle (this is very easy one, almost tutorial, so I can spoil I think).
Next up
Dev Flashback - Jan '22 Another flashback! In January 2022, I had majority of puzzles already done. Despite that, big amount of work was still before me (80/20 rule). In animation you can see one of later levels in the game. https://store.steampowered.com/app/4032050/RTG
RTG Flashback - April 2021 #2 Level from my sci-fi puzzle/platformer, involving use of "carriable boxes", a puzzle mechanics which is used extensively in the game, along with more game mechanics which will be presented later. https://store.steampowered.com/app/4032050/RTG
Dev Flashback - Nov '21 #3 End of 2021 was very productive in RTG development. After "charged light shooters", I implemented "gravity inverters", great mechanics with lot of potential for new puzzles. Here's small showcase. https://store.steampowered.com/app/4032050/RTG
RTG Dev Flashback - July 2022 "Deadly bouncing lights" was the last gameplay mechanics I added to the game. They opened possibilities of more action levels although I invented many interesting puzzles involving them as well. https://store.steampowered.com/app/4032050/RTG
RTG Dev Flashback - May '21 Story level. No puzzle this time. Do you like?
Un nivel del relato, sin puzzle. ¿Os gusta? https://store.steampowered.com/app/4032050/RTG
RTG Flashback - Julio 2022 Otro flashback de desarrollo de RTG. Estas "luces mortales cargadas" son la última mecánica de gameplay que he añadido al juego. Con esas, el juego podía ser también más arcade, no sólo puro puzzle. https://store.steampowered.com/app/4032050/RTG
RTG Flashback - Enero 2022 Hola! Otro flashback de desarrollo de RTG. En enero de 2022, ya tenía mayoría de niveles hechos. A pesar de eso, todavía tenía montón de trabajo adelante (la regla 80/20). https://store.steampowered.com/app/4032050/RTG
RTG Dev Flashback - Deadly bouncing lights Example how those deadly lights are used not just for action but also for new puzzle types. You have to block them in favorable way in order to advance further. Wishlist RTG on Steam: https://store.steampowered.com/app/4032050/RTG
RTG Flashback - Nov 2021 #3 Fin de 2021 fue muy productivo en desarrollo de RTG. Después de "tiradores de luces", implementé tb "inversores de gravedad". Aquí está una animación de esa funcionalidad. Este es sólo nivel de prueba. https://store.steampowered.com/app/4032050/RTG











0 comments