1j01 / systemocracy

A card game in which you build a vast conspiracy to take over the world

Home Page:http://1j01.github.io/systemocracy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Systemocracy

A card game where you choose a System, build a deck, and create a structure of Place, Force, and Event cards.

Cards can be Occult, Corporate, Military, or Neutral. There are also minor types like Income, Naval, or Revolutionary.

The rules are in another castle.

View the cards online (card images are placeholder art)

The first thing prototyped with Card Game Generator.

Import into Tabletop Simulator

Without installing, you can save Systemocracy.json to %USERPROFILE%\Documents\My Games\Tabletop Simulator\Saves\Chest\

If installed, you can just npm run export-to-tabletop-simulator

Then in Tabletop Simulator, go to Host > Chest > Saved Objects and find Systemocracy.

Installation

  • Clone the repo
  • Install Node.js if you don't have a somewhat recent version
  • Open a console in the project directory
  • Run npm install

Update cards

  • npm run import following the steps the first time with a Google account that has access to the Google Docs
  • npm run export
  • npm run export-to-tabletop-simulator

You can set PARALLEL_EXPORT=ON before running export to speed it up significantly if it's on a powerful enough machine, but if it's not powerful enough it might freeze up the entire computer.

The credentials for importing may eventually expire, in which case they must be deleted manually before importing again. (rm %USERPROFILE%\.credentials\nodejs-drive-access.json)

About

A card game in which you build a vast conspiracy to take over the world

http://1j01.github.io/systemocracy/


Languages

Language:CoffeeScript 66.0%Language:CSS 29.0%Language:HTML 5.1%