Skip to content

JavaScript implementation to simulate Conway's Game of Life

Notifications You must be signed in to change notification settings

mattdreiss/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a simulation of Conway's Game of Life written in JavaScript with Jamsine test cases. It has a UI built with jQuery. A goal for this project is to transition the UI to React and give the interface a material design layout.

Running the Simulation

The simulation is written purely with JavaScript and HTML. To load the simulation, navigate to the game.html with your web browser.

Running the Tests

The tests cases are written with the testing framework Jasmine. To load the test cases navigate to SpecRunner.html with your web browser.

About

JavaScript implementation to simulate Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages