A game for js13kGames 2017
You are in command of a fleet of ships stranded in a hostile sector. With no backup available, you must gather resources from asteroids to build the strength of the fleet so it can defend itself in the event of encounters with hostile ships.
Your mission is to ensure the safety of the fleet while eliminating all threats in the area.
To get started in Lost Fleet, you and your friends (optional) should start a room by entering the same room ID. Once you have all joined, hit Start Game to begin.
Control your viewport using WASD, select units with left-click (hold shift or click and drag for multiple), command the selected units to move/ attack/ create/ mine with right-click.
Pressing E will select everything, and space will move the view to focus on the currently selected unit.
You can build and serve your own version of Lost Fleet:
git clone https://github.com/euston-fish/lost-fleet.git
npm install
npm start
Then navigate to http://localhost:3000