BlueVajra / game_of_life

Recreation of the classic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cory's 'Conway's Game of Life'

This was my first attempt at recreating the classic Conway's Game of Life. I won't go into details here, but you can find more information at http://en.wikipedia.org/wiki/Conway's_Game_of_Life

This was written in JavaScript (with the help of jQuery). While not a difficult project by any means, it is a classic code sample that I hope to improve over time. It has been used by many people to hone their code-craft, explore refactorings and OOP principles. The aim of this project is to do the same.

So please, look through the commits, give me some feedback, let's improve our understanding of programming.

Thanks!

wanna give it a try?

  1. check out https://game-of-life-js.herokuapp.com

or

  1. clone this repo and run it on your local browser...
  2. click the squares on the grid to create an initial state, and press start!
  3. to get you started... here are a couple of fun shapes to get you started!

Blinker oscillator

  x
  x
  x

Glider (watch it glide across the screen

 x
  x
xxx

Have fun! no... really... have fun.

About

Recreation of the classic


Languages

Language:JavaScript 86.0%Language:CSS 7.7%Language:Ruby 6.3%