Duolastic

One-on-one online multiplayer game where you try to get the ball past your opponent into their goal.
Jam Site: 
Jam year: 
2017
Platforms: 
Web standard (HTML5, Java, JavaScript, Flash)
Technology Notes: 
Requires node.js to run the server to make the game run.
Installation Instructions: 

# Duolastic


Run

```
npm install
npm run build
cd server
npm install
npm start
```

Point 2 browsers at port 9001 on your external IP address.
You can see it on http://localhost:9001 on your local machine.

You need 2 players for the game to start. Otherwise it will just wait.

Credits: 

Alex Bezuska & Eric Lathrop (Two Scoop Games)

Game Stills: 
Source files: