memorygame
Memory card matching game made with CrSFML
Requirements
- SFML 2.3 or greater
Installation
Run from root folder:
$ shards --production build --release
Usage
Run from the root folder:
$ bin/memorygame
Contributing
- Fork it (https://github.com/reiswindy/memorygame/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- reiswindy - creator, maintainer