I made this game with a couple other guys. I almost entirely programmed the menu screens, and programmed a significant portion of most other sections. However, although I programmed the essence of the main character's movement and its interaction with walls, I did not at all program the character animations, and did not create any of the game art.
If on Windows, download the Mouse-Mirage.exe and double click it to play it.
If on Linux, install OpenJDK (e.g., sudo dnf install java-17-openjdk
or sudo apt install openjdk-17-jre
), then download the Mouse-Mirage.jar, and run it by typing java -jar Mouse-Mirage.jar
in the terminal.