/gameOfLife

simple pet project

Primary LanguageJavaScript

Game of Life

This project is implemetation of interesting game called "Game of Life". You can read the rules here

Main Details

  • The game is implemented using client-side library p5.js
  • The main logic that runs the game is located at sketch.js
  • The purpose of the objects is to define objects that participate in game. Currently it is only cell objects
  • You can choose and play with interesting predefined patterns or define your pattern. Read about patterns here
  • Technically this game runs on torus. The bottom continues to the top and left continues to the right.
  • You can enjoy the game at link

Contributors

m-almas and Nurbolatk

Credits

Special thanks to Coding train Checkout his videos, he is gifted teacher.