Skip to content
forked from Weeshlow/egol

Enhanced Game of Life Hackathon App

License

Notifications You must be signed in to change notification settings

fourpartswater/egol

 
 

Repository files navigation

EGOL

Dependencies


  • Go programming language binaries with the GOPATH environment variable specified.
  • Go version 1.6, or version 1.5 with the GO15VENDOREXPERIMENT environment variable set to 1.
  • NodeJS JavaScript runtime.
  • gulp build toolkit (npm install gulp -g).
  • redis in-memory data structure store.

Development


Clone the repository:

mkdir $GOPATH/src/github.com/unchartedsoftware
cd $GOPATH/src/github.com/unchartedsoftware
git clone git@github.com:unchartedsoftware/egol.git

Install dependencies

cd egol
make deps

Start redis instance:

redis-server

Run the server:

gulp

About

Enhanced Game of Life Hackathon App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 63.3%
  • JavaScript 30.5%
  • HTML 3.3%
  • Makefile 1.6%
  • Other 1.3%