Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.03 KB

Island Waves is a multiplayer game of an aquatic brawl between islands. It was made in 48 hours for the Global Game Jam 2017, using the theme waves.

Made by a group of friends in Asunción, 🇵🇾 with Phaser and socket.io.

The master branch will be updated in the future. If you want to check out the GGJ version check the GGJ-freeze branch.

Instructions

The game is meant to be served from a server. Host it from any HTTP server capable of serving static files. The root of the server should be at the root of the project. The index of the server will load the game.

An additional server is required for the multiplayer connection. This server requires nodejs and is located in the /server directory. Install the server dependencies with npm install. Run with node index.