Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjuarez/life_simulator
Another implementation of a new variant of Game of Life
https://github.com/jjuarez/life_simulator
Last synced: 8 days ago
JSON representation
Another implementation of a new variant of Game of Life
- Host: GitHub
- URL: https://github.com/jjuarez/life_simulator
- Owner: jjuarez
- Created: 2014-09-22T12:02:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T17:12:09.000Z (about 10 years ago)
- Last Synced: 2024-05-09T17:11:10.775Z (6 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life Simulator
This is the implemtation for a company SRE position test project. This implementation has completely developed in ruby language,
so you need to consider some thins before execute it.## Installation
- You need a fresh ruby install, I recomend you a RMI manager
- You have to install bundler gem, which is the dependency manager for the project
- Execute this command to resolve and intall dependencies: "bundle install"
- Execute the test set with: "rake"
- You can change the behaviour of the world changing the configuration file## TODO
- Improve the test coverage (of course, this is only a quick & no much dirty hack)