Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyrider3774/mazethingie_wasm4
WASM-4 version of my Mazethingie game which is a maze generator / player.
https://github.com/joyrider3774/mazethingie_wasm4
cpp game game-development maze maze-game maze-generator wasm4
Last synced: 8 days ago
JSON representation
WASM-4 version of my Mazethingie game which is a maze generator / player.
- Host: GitHub
- URL: https://github.com/joyrider3774/mazethingie_wasm4
- Owner: joyrider3774
- License: mit
- Created: 2024-06-21T07:07:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:27:51.000Z (8 months ago)
- Last Synced: 2024-06-22T00:46:13.672Z (8 months ago)
- Topics: cpp, game, game-development, maze, maze-game, maze-generator, wasm4
- Language: HTML
- Homepage: https://joyrider3774.github.io/mazethingie_wasm4/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mazethingie WASM-4
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/mazethingie_wasm4/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/mazethingie_wasm4/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/mazethingie_wasm4?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/mazethingie_wasm4?style=plastic)![screenshot 1](screenshots/screenshot1.png) ![screenshot 2](screenshots/screenshot2.png)
This is the WASM-4 version of my Mazethingie game which is a maze generator / game. I Initially developped this for learning how to generate mazes for the levels in Waternet.
## Controls
| Key | Action |
|------------|--------------------------------------------------|
| Up/Down | Select menu, move player |
| Left/Right | Select mazewidth / height, move player |
| X | Confirm in menu, generate new maze while playing |
| Z | Back to titlescreen |## Aim of the game
You are the little red box, always starting in the lower right corner of the maze and you need to try and reach the top left exit of the mazes you generated.## Source code
[https://github.com/joyrider3774/mazethingie_wasm4](https://github.com/joyrider3774/mazethingie_wasm4)