Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seanhood/parseltongue


https://github.com/seanhood/parseltongue

Last synced: 17 days ago
JSON representation

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
```