Spectral Robot Task Force is a turn-based strategy game similar to X-COM and Fire Emblem, with robot ghosts fighting supernatural criminals. It features a light-hearted plot that we want to couple with deep, rewarding gameplay. Online multiplayer will extend the fun past the singleplayer experience, and you can even play asynchronously if you want to take your time strategizing.
Created by Circular Studios.
- Dash engine, a publicly-developed engine written in D.
- Two factions, robots and supernatural criminals.
- Deathmatch game mode, extensible to further modes.
- Online multiplayer, currently just live (no asynchronous).
- Install dmd and dub. You can use chocolatey if you are on Windows.
- Clone this repository (SourceTree or command line git are good options).
- Open a command prompt and
cd
into the directory containing Spectral. - Type
dub
to build and run the game.
- If you get an error that dub is not a known command, follow these instructions
Install the Dash CLI and run dash publish -o spectral.zip
in the top-level directory.
Anything under the Binaries
, Config
, Scripts
, and UI
directories is under the MIT License. All other work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.