public
Description: Cucumber features for building Conway's game of life
Homepage:
Clone URL: git://github.com/coreyhaines/practice_game_of_life.git
name age message
file .document Mon Sep 21 10:25:29 -0700 2009 Initial commit to game_of_life. [coreyhaines]
file .gitignore Mon Sep 21 10:25:29 -0700 2009 Initial commit to game_of_life. [coreyhaines]
file LICENSE Mon Sep 21 10:25:29 -0700 2009 Initial commit to game_of_life. [coreyhaines]
file README.rdoc Thu Oct 08 12:09:38 -0700 2009 attribution James Hunt [coreyhaines]
file Rakefile Mon Sep 21 14:48:54 -0700 2009 fill in information in readme [coreyhaines]
directory features/ Tue Oct 06 10:05:36 -0700 2009 Add cells which should be alive in multiple gen... [James Hunt]
directory lib/ Mon Sep 21 10:25:29 -0700 2009 Initial commit to game_of_life. [coreyhaines]
directory spec/ Mon Sep 21 10:25:29 -0700 2009 Initial commit to game_of_life. [coreyhaines]
README.rdoc

Game of Life Cucumber Features

Building a Conways’ Game of Life simulator is a great way to practice different techniques in the language of your choice. This git repository contains a set of cucumber features that describe the rules of Conway’s Game of Life. I’ve also included a few standard, larger patterns that you can use to check multiple generation evolution.

How to use

Fork this repo on github, clone to your local machine and start working. Thanks to the cucumber team’s efforts in integrating cucumber with multiple languages, these features can be used to drive development in many different languages, most likely your favorite one.

How to contribute more

Fork this repository, make your changes, commit them to your github repository and send me a pull request. I’ll do my best to integrate interesting patterns.

Thanks to James Hunt (ohthatjames)

For more information

See the wikipedia article on Conway’s Game of Life: en.wikipedia.org/wiki/Conway%27s_Game_of_Life

See the wiki for Cucumber: github.com/aslakhellesoy/cucumber

Copyright

Copyright © 2009 Corey Haines. See LICENSE for details.