Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.14 KB

Lost Fleet

A game for js13kGames 2017

Play it now

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.

Creating a game

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.

Controls

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.

Self-Install & Run

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