Last Colony is an RTS game with both a single player campaign mode as well as a multiplayer mode, created entirely in HTML5 and JavaScript.
The single player campaign includes an economy with buildings, vehicles, aircraft along with an over arching storyline told using scripted events.
The two player multiplayer uses Node.js with the WebSocket API to allow real time gameplay.
- Install Node and npm
- Install WebSocket-Node using command:
npm install websocket
- Start server inside js folder using command:
node js/server.js
If you are interested in learning how to recreate this game entirely from scratch, you can find a detailed walk through in the book Pro HTML5 Games.
In the process of creating this game, we look at adding intelligent unit movement using pathfinding and steering, and combat using a combination of scripted events, and finite state machines.
We then look at adding multiplayer, covering everything from the basics of WebSocket and Node.JS, to details such as compensating for network latency while keeping the player games synchronized.
- "Hard Vaccum" Artwork and Game Sprites by Daniel Cook
- Artwork from Open Game Art
All sounds from Free Sound