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.
- 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
npm run import
following the steps the first time with a Google account that has access to the Google Docsnpm 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
)