Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)