Loading...
9
Game
RTG - The Ray-Traced Game
3 months ago

Development Flashback - May 2020

This is another animation from the beginning of development (more about it in the article).

Now, after 5 years of development, RTG, a sci-fi puzzle/platformer is available for wishlists.

https://store.steampowered.com/app/4032050/RTG


In the animation you can see a test scene from the very first optimization of my ray-tracing algorithm which was in the end used in the game.

In that optimization I implemented objects grouping. The principle is very simple. More objects can be added to one group for which bounding box is automatically precomputed. Then, in ray vs objects intersection findings (which is core of any ray-tracing algorithm), the first check is always against group's bounding box. If there's no hit, whole group can be skipped, otherwise continue to particular objects in group.

This is a very basic optimization, but nevertheless, speed-up in this scene was almost triple. This was the first necessary step in order to convert my ray-tracing demo to something usable for actual game.

Today, the game whose roots are in this algorithm, is almost done. RTG, a sci-fi puzzle/platformer is scheduled to be released in 2026 and is available for wishlists already.



1 comment

Loading...

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 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 - 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

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt! 

Head over to the shop to collect yours 👉 https://gamejolt.com/#shop

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

Mae Borowski is the main character of Night in the Woods! It's an adventure game that tells the story of her return to her hometown of Possum Springs. She was confirmed as canonically pan in a social media post by the game's creator Scott Benson.

RTG Dev Flashback - Nov '21 Charged light shooters! Mechanics, which added "pool" or "billiards" gameplay. Lot of fun with that. Moreover, this effect of environment illumination is for free thanks to game's engine, so why not use it?

RTG Flashback - April 2021 Test level for testing my collision system. Game mechanics where player needs to manipulate with boxes in order to solve puzzles is essential in RTG, thus simple collision system was needed. Here it is. https://store.steampowered.com/app/4032050/RTG

The Knightling launches on August 28! Wishlist it now so you don't miss out: https://bit.ly/KnightlingSteam

To celebrate the game's impending release, we've added The Knightling Pack and The Knightling Community Pack back to the Shop!

RTG Dev Flashback - Nov '21 #2 Another level with "charged light shooters". I can say, that's around this level when game's difficulty spikes up. After 20-30 levels of quite light puzzles, the game will start challenging even skilled puzzle players.