itch.io is community of indie game creators and players

Devlogs

Web-playable version of ThiefRL2 released

ThiefRL2 Web
A browser game made in HTML5

As part of prep for this year's 7DRL I rewrote ThiefRL2 so it could be played in a web browser. It's playable here.

The original was written in C++ using OpenGL and Win32, and was a Windows executable. The new version is rewritten in a combination of JavaScript and WebGL, for handling input and display, and Rust in a WebAssembly module for the game logic.

It's a simple game that adapts stealth mechanics into a turn-based, grid-based, procedurally-generated format.

Files

  • thiefrl2-web.zip 125 kB
    Mar 10, 2021
Leave a comment