https://github.com/evuez/mutations
:snake: :sparkles:
https://github.com/evuez/mutations
Last synced: 10 months ago
JSON representation
:snake: :sparkles:
- Host: GitHub
- URL: https://github.com/evuez/mutations
- Owner: evuez
- License: mit
- Created: 2015-04-16T14:23:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T15:10:00.000Z (over 7 years ago)
- Last Synced: 2024-10-19T17:30:28.129Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mutations
A something-simulation in Python. There's also a WIP of a Rust implementation on the [rust-impl](https://github.com/evuez/mutations/tree/rust-impl) branch.

## Requirements
- Python 3.4
- Pyglet 1.2
## Run it!
```
python test.py
# With optional parameters
python test.py --banks 10 --bodies 1000 --width 100 --height 100
```