Splatty is a real-time multiplayer 2D game built at PennApps XII (Fall 2015).
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.
Visit splatty.co.
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.
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.