Skip to content

miriamtocino/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ruby implementation of Conway's Game of Life using Gosu Library.

Running the game

  1. Start up the game via the terminal.

    $ ruby conways_game_of_life.rb
  2. Type in the desired width and height of the grid.

  3. Use the mouse to select the seed of the game (you can toggle the state of a cell by clicking again on it).

  4. Press Enter to begin the simulation of the game.

  5. Press ESC to exit the game.

  6. Press R to reset the grid and start a new game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages