https://github.com/1j01/techy-playing-cards
🂡 Very technical, you probably.. would understand...
https://github.com/1j01/techy-playing-cards
card card-game card-game-generator card-games card-set cards deck pack playing-cards set tabletop-simulator tech technical techy techy-maybe
Last synced: about 2 months ago
JSON representation
🂡 Very technical, you probably.. would understand...
- Host: GitHub
- URL: https://github.com/1j01/techy-playing-cards
- Owner: 1j01
- Created: 2016-12-10T07:06:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:38:06.000Z (almost 4 years ago)
- Last Synced: 2025-08-31T13:42:09.415Z (7 months ago)
- Topics: card, card-game, card-game-generator, card-games, card-set, cards, deck, pack, playing-cards, set, tabletop-simulator, tech, technical, techy, techy-maybe
- Language: CoffeeScript
- Homepage: http://1j01.github.io/techy-playing-cards/
- Size: 1.62 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Techy Playing Cards][]
A simple set of playing cards made with [Card Game Generator][]

## Import into [Tabletop Simulator][]
Without installing, you can save [`Techy Playing Cards.json`][] to `%USERPROFILE%\Documents\My Games\Tabletop Simulator\Saves\Chest\`
Then in Tabletop Simulator, go to **Host > Chest > Saved Objects** and find **Techy Playing Cards**.
## Installation
* [Clone the repo][Cloning a repository]
* 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 export` will render the cards and export to Tabletop Simulator's Chest.
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.
[Techy Playing Cards]: http://1j01.github.io/techy-playing-cards/
[`Techy Playing Cards.json`]: https://raw.githubusercontent.com/1j01/techy-playing-cards/master/export/Techy%20Playing%20Cards.json
[Node.js]: https://nodejs.org/en/
[Tabletop Simulator]: http://store.steampowered.com/app/286160/
[Card Game Generator]: https://github.com/1j01/card-game-generator
[Cloning a repository]: https://help.github.com/articles/cloning-a-repository/