diff --git a/site/static/carts/mazethingie.md b/site/static/carts/mazethingie.md new file mode 100644 index 00000000..cdafb0ed --- /dev/null +++ b/site/static/carts/mazethingie.md @@ -0,0 +1,23 @@ +--- +author: Davy Willems +github: joyrider3774 +date: 2024-06-21 +--- + +# Mazethingie +This is the WASM-4 version of my Mazethingie game which is a maze generator / game. I Initially developed 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) diff --git a/site/static/carts/mazethingie.png b/site/static/carts/mazethingie.png new file mode 100644 index 00000000..3f36512f Binary files /dev/null and b/site/static/carts/mazethingie.png differ diff --git a/site/static/carts/mazethingie.wasm b/site/static/carts/mazethingie.wasm new file mode 100644 index 00000000..cdd613f8 Binary files /dev/null and b/site/static/carts/mazethingie.wasm differ