Skip to content

mikeslemmer/hnplays2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hnplays2048

A "Twitch plays pokemon" version of 2048.

Setup

Local:

git clone git@github.com:grant/hnplays2048.git
npm install
node app

Publishing:

git clone git@github.com:grant/hnplays2048.git
npm install
heroku create
heroku labs:enable websockets
git push heroku master
heroku open

Developing:

node app
shell shell/sass.sh

About

A Twitch Plays Pokemon version of 2048

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • CSS 45.3%
  • Shell 0.2%