Skip to content

Recreating the Threes game using reactive and functional techniques

Notifications You must be signed in to change notification settings

revskill10/Threes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threes

Recreating the game Threes using reactive and functional techniques.

Tutorial

Instructions

  • Clone the repo
  • Run npm install

Running The App

  • Run npm start
  • Open the file ./public/index.html

Running The Tests

  • Run npm run test to run the tests
  • Run npm run test:watch for continuous test driven development (CTDD)
  • Run npm run test:watch --debug for continuous test driven development (CTDD). Passing --debug ignores coverage so you can easily debug the file using Karma in the console.

About

Recreating the Threes game using reactive and functional techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%