Skip to content

christophertoomberg/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life!

---> Deployed here <---

Read about the game here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

To run on your local machine:

Clone the project

git clone <project link>

Run a local server (eg. live-server)

live-server

That's it! Just open the link you got from the server in your favourite browser and enjoy.

If you like to watch the world burn, you can also just open the index.html file without running a local server.


Further TODO's for this project

  • Fit the game nicely on screen
  • Allow the user to draw with the mouse a starting shape
  • Deploy the game
  • Make each cell an object to keep track of its state? + visualization
  • Floating point instead of 0s and 1s
  • Circles?
  • Grid swapping for better performance, not creating a new instance every iteration

About

Just Conway's Game of Life using the p5 JavaScript library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors