This Tool supports:
- card creation
- checkout the card repository
- create a deck while specifying how many cards to use in total and how many cards from which type
- a simple GUI to show the drawn cards - you will still need a dice and keep track of resources ;)
See Project form some details on structure and history.
Important, this game runs locally on your computer. If you want to play together, share your screen!
Run seccardgame with the init command. Then run it game play. This will ask you about the deck composition
and then opens the UI.
On the left side panel you can enter the resources you will gain every turn and also start a
new turn with the Draw card button. Also, your available resources are displayed there. To pay
costs for fixing enter the amount in the entry field and hit Pay. If you need to roll a dice
to get fixing costs, enter min and max and press Roll.
There is little validation, be gentle.
- Why the game is created and how it all began
- How to play the game in its very early stage and how to contribute cards
- A simple UI and CLI for playing and creating card
- A repo full of cards
Run seccardgame with the init command. Then run it cards create and follow the on-screen directions. By default,
this creates a card in the game directory, which is a git repository. If you want to contribute your card
please create pull request to this repo.
- see issues
- editing of a card opens the editor but changes are not propagated - so editing is broken
Because I want to learn it ;)