๐Ÿ“ฆ tomcartwrightuk / peer-snake

A webrtc-powered two player snake game

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/tomcartwrightuk/peer-snake.git
HTTPS git clone https://github.com/tomcartwrightuk/peer-snake.git
SSH git clone git@github.com:tomcartwrightuk/peer-snake.git
CLI gh repo clone tomcartwrightuk/peer-snake
Tom Cartwright Tom Cartwright Add compilation and boot info to readme 6c2cb03 11 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ lib
๐Ÿ“ public
๐Ÿ“„ .gitignore
๐Ÿ“„ config.ru
๐Ÿ“„ Gemfile
๐Ÿ“„ Gemfile.lock
๐Ÿ“„ package.json
๐Ÿ“„ Procfile
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Webrtc-powered Snake

This rack-app powers a one-on-one snake game that is played over a webrtc peer connection.

To boot up, run:

thin start -R config.ru

The javascript comes pre-compiled in the public folder but if you would like to play around with it, you will need node.js or io.js installed (sorry). With that installed, run:

npm install
watchify lib/js -o public/bundle.js