An open API service indexing awesome lists of open source software.

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.

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)