1
0
Fork 0
Space tactical RPG https://thunderk.net/spacetac/
Go to file
2017-01-27 00:52:45 +01:00
.vscode Updated README 2017-01-15 12:45:18 +01:00
graphics More work on new map screen 2017-01-27 00:01:04 +01:00
out Added submodule tscommon, shared with Succession 2017-01-27 00:52:45 +01:00
spec/support Added unit test coverage report 2017-01-10 19:30:59 +01:00
src Added submodule tscommon, shared with Succession 2017-01-27 00:52:45 +01:00
.bowerrc Directory structure 2017-01-03 22:53:36 +01:00
.gitignore Updated README 2017-01-15 12:45:18 +01:00
.gitmodules Added submodule tscommon, shared with Succession 2017-01-27 00:52:45 +01:00
.travis.yml Fixed travis config 2017-01-17 01:07:44 +01:00
bower.json Updated to latest phaser version 2017-01-08 19:48:23 +01:00
LICENSE Added readme and license from github 2015-04-16 15:34:45 +02:00
npm Run unit tests through karma 2017-01-10 19:08:36 +01:00
package.json Updated README 2017-01-15 12:45:18 +01:00
README.md Updated README 2017-01-15 12:45:18 +01:00
TODO Rewrite of sticky effects system, to allow any other effect to be sticky 2017-01-24 01:14:04 +01:00
tsconfig.json Renaming to StickyEffect 2017-01-24 00:07:54 +01:00
typings.json Updated to latest phaser version 2017-01-08 19:48:23 +01:00

SpaceTac, a space tactical RPG

Build Status Code Coverage

Disclaimer: this is a work-in-progress technology preview

Play Online

Play directly in your browser, no download or dependency required.

How to develop

If you want to build on your computer, clone the repository, then run:

npm install    # Install dependencies
npm test       # Run unit tests
rpm start      # Start development server, and open game in web browser

After making changes to sources, you need to recompile:

npm run build

Attributes

  • Initiative - Ability to play before other ships in the play order
  • Hull - Amout of damage that a ship can receive before having to shut down all its systems
  • Shield - Amount of damage that the shield equipments may absorb to protect the Hull
  • Power - Available action points (some actions require more power than others)
  • Power recovery - Power generated at the end of a ship's turn

Capabilities

  • Materials - Usage of physical materials such as bullets, shells...
  • Electronics - Components of computers and communication
  • Energy - Raw energy manipulation
  • Human - Management of a human team and resources
  • Gravity - Interaction with gravitational forces
  • Time - Manipulation of time