A downloadable game

a variation of this http://www.clickmazes.com/quantum/ixquantum.htm, in that every step you take will create obstacles that hinder later movement

I think it could be np-hard, but too lazy to prove it ... by the time I got to crossMaze.png I gave up on trying to make the level layout compact

once saw a paper about how sokoban is pspace-complete http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=2220782E689C32BDC579ADA...

but it takes 4 of these big structures just to make a crossover. oof

Download

Download
andMaze.png 805 bytes
Download
crossMaze.png 3 kB
Download
DrawingPanel.java 119 kB
Download
mazeGame06.java 13 kB
Download
xorMaze.png 1 kB

Install instructions

there isn't any more content aside from what's covered by the t̶r̶a̶i̶l̶e̶r̶ gameplay video, but just in case anyone's wondering, the development environment I used can be downloaded for free at https://www.jgrasp.org/ (not that I'm recommending, it's just what I was taught in school)

use it to read source and verify this isn't a virus. You don't need to understand the spaghetti code, just confirm that there aren't any statements that allow the program to make changes to your computer's files

btw DrawingPanel.java obviously wasn't written by me, just leave it in the same directory as the executable and other files before compiling