Skip to content

CRogers/baconsnake

 
 

Repository files navigation

Baconsnake!

Make the classic game Snake using Functional Reactive Programming in coffeescript via Bacon.js.

Setup (Easy, OS X and Linux)

  1. Clone this git repo
  2. Run ./quickstart (will install a a specific version of node and npm using nix, install all the node modules, run the dev environment)

Setup (Windows, Manually on OS X & Linux)

  1. Clone this git repo
  2. Make sure you have node and npm installed (if not, brew install node)
  3. At the repo root, run npm install.
  4. Run ./webpack

Dev Environment

The code and tests will be recompiled on the fly and your browser will autoreload when necessary.

About

The classic game snake, built in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published