Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)