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

https://github.com/evuez/mutations

:snake: :sparkles:
https://github.com/evuez/mutations

Last synced: 10 months ago
JSON representation

:snake: :sparkles:

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.

![mutations](http://i.imgur.com/TWNbBot.png)

## 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
```