https://github.com/bararchy/rapid_mutation
Rapid Mutation is a game written in Crystal and crSFML
https://github.com/bararchy/rapid_mutation
Last synced: over 1 year ago
JSON representation
Rapid Mutation is a game written in Crystal and crSFML
- Host: GitHub
- URL: https://github.com/bararchy/rapid_mutation
- Owner: bararchy
- License: mit
- Created: 2018-05-02T03:28:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T11:19:55.000Z (over 8 years ago)
- Last Synced: 2025-02-05T21:36:42.137Z (over 1 year ago)
- Language: Crystal
- Size: 11.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rapid_mutation
Rapid Mutation is a game about....mutation :)
You are an organism, bearly out of the premedorial soup and now you need to survive and evolve, or geat eaten.
The game is under development.
## Installation
1. [install Crystal](https://crystal-lang.org/docs/installation/)
2. [install SFML](https://www.sfml-dev.org/download.php)
3. clone the repo
4. `cd rapid_mutation`
5. `shards update`
## Usage
1. `./test.sh`
## Development
Too much more to do right now.
## Contributing
1. Fork it ( https://github.com/bararchy/rapid_mutation/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [bararchy](https://github.com/bararchy) Bar Hofesh - creator, maintainer