This is a kuzzle plugin that run a Game Of Life. This plugin is based on a boilerplate that can be found here : https://github.com/kuzzleio/kuzzle-core-plugin-boilerplate
Here, you can found the Kuzzle documentation : https://doc.kuzzle.io
You need to have Docker and Docker-Compose installed on your computer to run this project. Go here to install docker : https://docs.docker.com/install/
From a terminal :
git clone https://github.com/bilouw/kuzzle-core-plugin-gameoflife.git
cd kuzzle-core-plugin-gameoflife
npm install
cd docker
docker-compose up