Powershell Maze
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 :)
| Status | Released |
| Platforms | Windows |
| Author | marshmallowan |
| Genre | Puzzle |
| Tags | maze |
| Average session | A few seconds |
| Languages | English |
| Inputs | Keyboard |
| Links | GitHub |
| Content | No generative AI was used |
Install instructions
- Download `Game.ps1`.
- Open up Windows Powershell and navigate to the download location.
- Run using the command `. .\Game.ps1`.
- 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.