Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 580 Bytes

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.