Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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