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
- Host: GitHub
- URL: https://github.com/ibob/mixquest
- Owner: iboB
- License: mit
- Created: 2017-02-18T13:34:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T16:06:37.000Z (over 6 years ago)
- Last Synced: 2025-02-14T14:56:03.253Z (over 1 year ago)
- Topics: demo
- Language: C++
- Size: 779 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.