A downloadable game for Windows

Download NowName your own price

Dodge Dungeon is a simple game; you're a teleporting wizard dodging arrows in a dungeon. Pretty self-explanatory.

Features :

  • 3 different maps
  • Multi-threaded input
  • Isometric view
  • Score system
  • All in the Windows Commandline, only using Batch!

 I've always been fascinated by isometric designs and the CMD. Therefore, I decided to make a short and simple game in Batch using VT100, focusing on script style and efficiency. Unfortunately, this means Windows 10 only. 

Download

Download NowName your own price

Click download now to get access to the following files:

DodgeDungeon.bat 3 kB

Comments

Log in with itch.io to leave a comment.

could you tell me how you got wasd to work for the movement?

I create two subprocesses : one using CHOICE that outputs to stdout, and another that reads the input using SET /P. Then it's just a matter of checking which key it is. See my Batch platformer Prism Song for another example on how it works.

This looks fun.  I try.