itch.io is community of indie game creators and players

Devlogs

7DRL end

Temple of Slithering Things
A browser game made in HTML5

The original idea for this game was that instead of monsters being presented in clear kinds, they would be identified from distant glimpses and silhouettes, and that it would be a necessary to work out what they were to know how to avoid or defeat them. This would correspond to classic roguelike item identification, and potentially make monsters feel scarier. The basic mechanic is implemented, but unfortunately I didn't have time to work out supporting mechanics or world structure to make it interesting or really relevant.

I'm still counting the game as a success because it does have basic lighting and sound stealth mechanics. I think the mechanic where you lose sanity for seeing monsters closely is at least mildly interesting, especially since it creates tension between light as a way to avoid or scare away monsters, and the likelihood of seeing them better and losing sanity.

This is in Rust with bracket-lib. I started from existing code for UI, save/load, and basic game logic for moving around and other simple features. A lot of that code was cleaned up from my 7DRL last year. The hardest parts of the new code for 7DRL were lighting and tracking monsters so the game can identify seen monsters by letter. I'm using generational arenas instead of an ECS this time.

Files

  • toss-1.0.0.tar.gz (7DRL release) 3 MB
    Mar 12, 2022
  • toss-1.0.0-web.zip (7DRL release) 775 kB
    Mar 12, 2022
Download Temple of Slithering Things
Leave a comment