Hyper Maze
Important! I had to upload a new version, when saving mazes, the game would repeatedly ask for a maze name, unless canceled. I felt that this really limited gameplay, as you could only have one maze at a time, instead of multiple, which was the main point of the game. With that out of the way, I give you "Hyper Maze".
This is a game about mazes, made for GibHub's Game Off 2020 game. Because I never fail to forget providing instructions to my games, here they are:
Controls
Key | Description |
---|---|
Ctrl+S or S | Saves the maze |
L | Loads a maze |
Ctrl+E | Exports the maze |
Shift+S | Saves settings |
Q | Opens up maze settings |
Esc | Opens up game settings |
Right-click | Opens up context menu. |
Ctrl+Mouse movement | Removes a wall. |
C | Remove Everything |
1 (Number row) | Changes object placement to Start spot |
2 (Number row) | Changes object placement to Obstacle spot |
3 (Number row) | Changes object placement to End spot |
4 (Number row) | Changes object placement to wall. |
Up, down, left, and right arrows | Navigation |
F | Toggle Snap mode |
For now, it's a maze editor, this is something I did not really think about. Oops. Moving on.
To place an object, press the number on your keyboard that switches to the object placement of choice (Ex. Press 1 on the number row to place a starting spot), and click on the desired starting point, and ending point (there is no special starting or ending point, just click anywhere). Hold down Ctrl while moving the mouse to remove walls and spots. You can also press C to clear everything.
Once you have made a maze, you can share it with everyone by right-clicking and click share. This will prompt you for a name of the maze, go ahead and enter it in. An image will download, this contains all the information about the maze. At this point, it isn't shared with everyone; open up the community thread with the title "Maze Hub" (I'm terrible with coming up with names (And humor -->) I guess I won't have a child). Now just make a new post and upload your image, and you're all set!
Have fun, it's not complete (to my liking) yet, and is a semi-disaster of a game project right now.
Status | Released |
Platforms | HTML5 |
Author | whiskersOfDeath |
Genre | Puzzle |
Tags | maze |
Download
Install instructions
If you are using the downloaded version...
Extract the zip file, and make a note of it's location. You may need a local web server, if you have Python installed, open up the command line/terminal and type cd path/to/extractedZipFile
. If you are using Windows, don't forget to replace the '/' with a '\'. Once there, type python -m http-server
. This will start a local webserver in that directory on port 8000. Now just open your web browser, and navigate to localhost:8000.
If you don't have python installed, you should check out an article from the developers over at Mozilla here.
Requirements:
- python (or an existing web-server application)
- A good amount of common sense :)