Caution! This article is 3 years old. It may be obsolete or show old techniques. It may also still be relevant, and you may find it useful! So it has been marked as deprecated, just in case.
I am helping a student with their JavaScript learning journey and I proposed they build a game of life in JavaScript. This is the example that I built as a demonstration.
I always wanted to have "Stayin' alive" by the Bee Gees playing in the background. Hence, I built it so that when you play start, a midi version of the song will start playing.
Since it uses a canvas, I am not quite sure how to make it responsive, so at the moment I can only assure it will work correctly on screens bigger than phones.
Play it here | https://octopusinvitro.github.io/game-of-life-js/ |
---|---|
Creation Date | 2020. |
Technologies | GitHub pages, HTML5/CSS/JavaScript |
Testing | Jasmine. |
Description | Game of life in JavaScript. You can choose a starter and add as many as you want once in progress. |
Repository | https://github.com/octopusinvitro/game-of-life-js |