Skip to content

Conway's game of life. You can click cells and hit play and it will start. Limited to 50x50 grid

Notifications You must be signed in to change notification settings

jmw11x/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab80b36 · Apr 21, 2021

History

9 Commits
Apr 21, 2021
Apr 14, 2021
Apr 14, 2021
Apr 14, 2021

Repository files navigation

GameOfLife

Most recent working patch is in the master branch

Implementation of the game of life.

Limited to a 50x50 grid, but all patterns work. You'd have to manually adjust size for a larger grid in the script.js file.

Authors Script.js : -Jacob Wilson -> play(), setShape(), getAlive(), loadAlive(), task(), getNeighbors(), revive(), getActivedCells(), getDeadCells(), updateGrid()
-Prisilla Martinez -> generate grid function
-Lucky Phan -> Play 23 and Play1
-Trien Hong : generation counter
style.css: Jacob Wilson
index.html: Jacob Wilson
login.php : Alaya Shack
register.php: Alaya Shack

***The final stylings(seen in presentation before demo) had to be reverted to a previous release as they caused errors in the program. Refer to the branches for this stylesheet and ajustedments needed in script.js for a beterr ui. The login pages styling is also avialble in the patched branches. -> This was written by Prisilla MArtinez and Alaya Shack.


Directions

Click on the radio button for a particular pattern and hit play ->this will simulate a game of 100 iterations ->You can hit stop to pause the game and after it pauses you can click play to resume ->you can also activate areas of the board and hit play and the game of life will begin with these cells.

note: The play 21 and play 1 buttons have errors and don't work; Use play button....

About

Conway's game of life. You can click cells and hit play and it will start. Limited to 50x50 grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published