Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 4 - Creative Coding: Interactive Multimedia Experiences

Luke Foley's Game of Life!

https://a4-lukefoley.glitch.me/

  • The goal of this application is to create a highly-customizeable implementation of John Conway's Game of Life. In this game, you can edit the size of the canvas, the color or the selected boxes, and the tick speed of the game. The preset options are saved in and retrieved from the Express server.
  • The biggest challenge in creating this game was creating the logic for the game. I thought that creating the iterations for the game would be hard, though this is handled quite easily through the setInterval() function in JavaScript. It was also a challenge to figure out how to count the numebr of neighbors when the block was at the edge of the board.
  • the instructions in the website modal should make the rules of the game clear, and how to use the game is pretty self explanatory.
  • Game Image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages