A downloadable game for Windows

Solve as many mazes as you can, at your own pace.

They are randomly generated and infinite.

I made this to see if I could make a game entirely in Powershell and it turns out I can :)

Download

Download
README.md 680 bytes
Download
Game.ps1 11 kB

Install instructions

  1. Download `Game.ps1`.
  2. Open up Windows Powershell and navigate to the download location.
  3. Run using the command `. .\Game.ps1`.
  4. If you see the error message "Game.ps1 cannot be loaded because running scripts is disabled on this system." you can try the command `powershell -ExecutionPolicy Bypass -File .\Game.ps1` instead, to enable the running of just this script.

Leave a comment

Log in with itch.io to leave a comment.