BarelyRL

A short, really simple roguelike with "procedural generation".  You can move the player with the arrow keys (no diagonal support for the player).

If a player runs into an enemy, the enemy dies.

If an enemy runs into the player, the player dies.

The goal is to kill all enemies.  Refresh the page to try again.

This game was mostly just an introduction for me to learn some of the basic structures involved in a traditional roguelike, in hopes to prepare for something more substantial in the future.

Download

Download
SimpleRL.zip 7 MB

Comments

Log in with itch.io to leave a comment.

Video of your game here:

DFuxa Plays Failed-7DRL 2023 - BarelyRL

Thanks for playing the game! Yeah it's super rudimentary in its current state. I have spent some time to add actual FOV and better room and door generation, but the project is on hiatus because of work and I want it to be in a better state before pushing any updates.

I'll see if I can focus on AI when I pick this up again