Aethergrim is a coffee-break roguelike game that you can play in your terminal.
The goal is simple: descend down the 3 levels of the dungeon and find the ring. Beware: ghosts haunt the halls and will pursue you if they see you. Be sure to use any health potions you find along the way; you will need them!
- libncurses-dev
In the project's home directory, run the command:
make
In the directory you ran the above command in, run the command:
./aethergrim
As it stands, the primary game loop is complete, but lacking in mechanics, polish, and variety. Below is a list of features that I hope to implement on the road to the 1.0 release.
- Character creation screen
- Player attributes
- Equippable items
- Enemy variety
- Item variety
- Expand on the lore
Aethergrim is released under the MIT License. For more information, see LICENSE
.