This is an example game created with the Retro game framework. To play, clone this repository and install the dependencies:
$ git clone https://github.com/pat-wick/Angband.git
$ cd Angband
$ poetry install
$ poetry shell
$ python game.py
This game is currently in the earliest of stages of development and doesn't do a whole lot (yet). Stay tuned.
Use the SPACEBAR to attack, arrow keys to move. Reach the stairs (#) to move to the next level of the dungeon.