Skip to content

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway

License

Notifications You must be signed in to change notification settings

randsina/browser_conway_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowserConwayGameOfLife

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

Usage

  padrino start

Type in your favourite browser http://localhost:3000

TODO

  • Create Git repository
  • Create Conway's Game of Life with OOP principles
  • Create tests (i.e. Rspec)
  • Add Padrino & ActiveRecord gems for start web application
  • Create Haml templates for views
  • Create Sass files
  • Create JavaScript files

Contributing

  1. Fork it ( https://github.com/randsina/browser_conway_game_of_life/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages