Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/gameoflife
A simulated word created to see what can happen in a fully random and free universe with simple rules
https://github.com/parisneo/gameoflife
Last synced: 4 days ago
JSON representation
A simulated word created to see what can happen in a fully random and free universe with simple rules
- Host: GitHub
- URL: https://github.com/parisneo/gameoflife
- Owner: ParisNeo
- Created: 2018-03-18T16:12:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:27:17.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T11:29:21.780Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
#Game of life
## Introduction
This github is intended to develop few word simulations using simple rules and start conditions.
The objective is to grasp the capability of artificial evolution to produce creative results.## Licence information
All programs are opensource and free. Feel free to modify it and code your own word.## Dependencies
All code is using python. So if you don't know how to use python, then i encourage you to do start learning it because it is really a nice elegent language that makes many things really simple and fast to produce.We also use the pygame module for 2D graphical interface