Rogueliche
About
Rogueliche is a procedurally generated dungeon crawler in C# console.
Controls: [/] toggle overheads[*][-][7] up-left
[8] up
[9] up-right
[4] left
[5] wait
[6] right
[1] down-left
[2] down
[3] down-left
[0] switch weapon
[,][Enter] enter next level
Using the numpad with above controls is recommended. If you don't have a numpad you can use the below control scheme:
- [←] [↑] [→] [↓] - move
- [E] - enter next level
- [W] - wait
- [S] - switch weapon
- [Tab] - toggle overheads
- @ - hero
- p (lower case) - monster
- B (upper case) - weapon
- ♣ - healing plant
- E - entrance to next level
Rogueliche is an open source game. If you want to contribute to the development, the GitHub repo is available here.