Skip to content

CRogers/baconsnake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baconsnake!

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

Setup

  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.

Dev Environment

To run the game, type ./gulp serve at the root of the directory. The code and tests will be recompiled on the fly and your browser will autoreload when necessary. You can tweak these settings in gulpfile.coffee.

The tests should run automatically after changes when running ./gulp serve, however you can run them sepeartely using ./gulp test.

About

The classic game snake, built in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published