cellular automaton/simulator/generator
Make your own fancy game of life
Implement a gravity
Make grass from earth and water? Who knows?
Good luck to make a landscape ;)
Inspired by Dimitri Collignon, Here some of his (musical) work:
- KanDi https://www.youtube.com/watch?v=dtM9G354OAw🚡
- Charlotte NARTZ https://www.youtube.com/watch?v=Ngixp7VVpNY
- Dr. K. https://www.youtube.com/watch?v=Finzub0FzHA
- Own Blow https://www.youtube.com/channel/UCsQjYpATXG1AHtzDS2i60Gg
at least running in a terminal:
./run
can be satisfying
or ./run examples/ or ./run -h for such an helpfull message
or ./run rules.py
V 0.9 Next features for a V1.0:
- a tutorial
Let me know if you need more than a minute to install and play
for windows users (btw you suck) Install wsl run in it:
apt install git apt install python3 apt install pip git clone https://github.com/nidionis/collinion.git cd collinion
