Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyrider3774/mazethingie_vircon32
My Mazethingie game which is a maze generator / player for the Vircon32 fantasy console
https://github.com/joyrider3774/mazethingie_vircon32
game maze vircon32
Last synced: 3 days ago
JSON representation
My Mazethingie game which is a maze generator / player for the Vircon32 fantasy console
- Host: GitHub
- URL: https://github.com/joyrider3774/mazethingie_vircon32
- Owner: joyrider3774
- License: mit
- Created: 2024-07-14T09:53:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:32:25.000Z (3 months ago)
- Last Synced: 2024-11-13T01:24:27.096Z (3 months ago)
- Topics: game, maze, vircon32
- Language: C
- Homepage: https://joyrider3774.github.io/mazethingie_vircon32/
- Size: 56.6 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 Vircon32
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/mazethingie_vircon32/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/mazethingie_vircon32/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/mazethingie_vircon32?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/mazethingie_vircon32?style=plastic)![screenshot 1](screenshots/screenshot1.png) ![screenshot 2](screenshots/screenshot2.png)
This is the [Vircon32 fantasy console](http://www.vircon32.com/) 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 |
| A, Start | Confirm in menu, generate new maze while playing |
| B | Back to titlescreen |
| (Hold) X + Direction | Increase, Decrease Mazewidth & height while playing |## 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.## License
* License of my part of game's code is MIT
* Game uses DrawPrimitives and TextFonts from [@vircon32](https://www.github.com/vircon32) in libs dir it's license is 3-Clause BSD License.
* game uses a font Asset (TextureFont22x32.png) created by [@vircon32](https://www.github.com/vircon32) provided under CC BY 4.0 License