Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanhood/parseltongue
https://github.com/seanhood/parseltongue
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seanhood/parseltongue
- Owner: SeanHood
- Created: 2013-05-07T01:24:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T05:23:49.000Z (over 11 years ago)
- Last Synced: 2024-10-28T03:11:01.310Z (2 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Readme
Silly app I made with node.js & socket.io, starts a game of snake in the other window controlled by the main window.
1. Clone the repo
```
git clone git://github.com/SeanHood/parseltongue.git
```
2. Install all dependecies
```
npm install
```
3. Run app```
node app.js
```
4. Open 2 browser windows```
http://localhost:8080
http://localhost:8080/parseltongue
```