Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 957 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 957 Bytes

Splatty

Splatty is a real-time multiplayer 2D game built at PennApps XII (Fall 2015).

Splatty

Inspired by the Wii game Splatoon, join in a 2D multiplayer battle of up to 16 player on 4 teams with the goal to cover the map in your teams color.

Splatty was built with Node.js, Phaser, and Socket.IO.

How to Play

Visit splatty.co.

Development Status

Development is currently halted. We'd love to improve the game, especially the very buggy net code, and may in the future.

Feel free to make feature and bug requests, but don't expect them to get done. Feel free to make pull requests.

Running Locally

Requires: Node.js

Clone the repository and run npm install to install the dependencies, then npm start to start the server. Access the server at localhost:5000 in a web browser.