https://github.com/waichungwong/gameoflife
This is for reliving the moment of a course work during my first year in university. The task was to create a basic illustration of John Conway’s “Game of Life”. In this work, I added a few more features to it, especially the real-time editing to make it more interesting. Also, I took the chance to practise some React Redux to control the settings of the game.
https://github.com/waichungwong/gameoflife
game-of-life passion-project
Last synced: 2 months ago
JSON representation
This is for reliving the moment of a course work during my first year in university. The task was to create a basic illustration of John Conway’s “Game of Life”. In this work, I added a few more features to it, especially the real-time editing to make it more interesting. Also, I took the chance to practise some React Redux to control the settings of the game.
- Host: GitHub
- URL: https://github.com/waichungwong/gameoflife
- Owner: WaiChungWong
- Created: 2018-04-21T18:15:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:43:30.000Z (about 6 years ago)
- Last Synced: 2025-01-23T16:16:13.497Z (4 months ago)
- Topics: game-of-life, passion-project
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Life
This is for reliving the moment of a course work during my first year in university. The task was to create a basic illustration of John Conway's [“Game of Life”](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life). In this work, I added a few more features to it, especially the real-time editing to make it more interesting. Also, I took the chance to practise some React Redux to control the settings of the game.
[View here](https://waichungwong.github.io/gameoflife/build)