variables-war

A code playing cards game where you have to be the first to reach 42 using loops, conditions...

View project on GitHub

How to create a theme

Create a custom theme

To create a theme we provide a simple utility tool coming. We included the jar in the card-maker directory not to have to manage different version of the tool.

  • copy paste one of the directories under card-marker and give it a new name
  • this directory should contain few files: cards.css cards.csv cards.html
  • to generate the web page, launch the utility jar: java -jar ./Hccd.jar
  • using the ‘open’ button, select the HTML file of your newly created folder

Alternatively, you can any other runtime to generate cards, the only requirement is to provide everything we need to update the deck by ourself.

How to public a theme

As simple as the other contributions, do a pull request :)

Variables War Card Game