Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evuez/mutations

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

Last synced: 1 day 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
```