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

https://github.com/ibob/mixquest

A game-like demo of DynaMix
https://github.com/ibob/mixquest

demo

Last synced: over 1 year ago
JSON representation

A game-like demo of DynaMix

Awesome Lists containing this project

README

          

MixQuest
========

MixQuest is a game-like demo and, alas, is not an actual playable game (yet).

## Demo

The project gives a real-world example for the following:

* [DynaMix](https://github.com/iboB/dynamix) - A dynamic type composition, OOP, and polymorphism library.
* [yama](https://github.com/iboB/yama) - A game math library.

## Setup instructions

There are submodules in this repo. Don't forget to call `git clone --recursive` or after cloning `git submodule update --init --recursive`

## License and Copyright

### Source code

The source code outside of the `third_party` directory is distributed under the MIT Software License. See LICENSE.txt for further details or copy [here](http://opensource.org/licenses/MIT).

Copyright © 2017-2020 Borislav Stanimirov.

### Assets

The assets in the `assets` directory are licensed as listed in `assets/README.md`. Copyright by their respective authors.