A downloadable game for Windows

Rogueliche is a procedurally generated dungeon crawler in .NET 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-right
[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

Symbols:

  • @ - hero
  • p (lower case) - monster
  • B (upper case) - weapon
  • ♣ - healing plant
  • E - entrance to next level

Development:

Rogueliche is an open source game. Repo available here.

Download

Download
rogueliche_v1.1.3.zip 27 kB

Install instructions

No installation required - download and run the .exe file to play.

If the game doesn't work, you might need to check if you have .NET Framework 4.5 or higher.

Development log

Comments

Log in with itch.io to leave a comment.

Game doesn't display properly at all. This is what it looks like: 

ooh, nice and jiggly - looks to me like an issue with console buffer size (the buffer is too big for the window in which the game is rendered). Try this:

  1. right-click on the window title bar
  2. go to Properties>>Font
  3. decrease the size of the font a bit
  4. grab the bottom-right corner of the window and enlarge it as much as possible

I'll try to find a way to check for the screen size and automatically adjust the console buffer and font...

Thanks for the suggestion. That stopped the jiggling but...

ok, I uploaded a fix (v1.1.2)

I added a function that will reset the size of the window to default after resize, which I think should help after you change the font size. I'll look for a more robust way of handling buffer/window/font sizes, but for now let me know if that helped?

thanks a ton for your feedback btw, appreciate it! <3

The new version works perfectly! Thanks!

yaayy!