Giter Site home page Giter Site logo

cardbuilder's Introduction

cardbuilder

Script for building tcg cards from csv description and png templates

How to Run

This program comes with a Dockerfile for setting up a docker container containing the Pygame/SDL dependencies needed because managing those dependencies is outside the scope of what virtualenv is capable of.

Build the container with: docker build -t cardbuilder .

Assuming you have your png resources and input csv all within the same directory, Run the container with: docker run -v "<path to your data>":/data cardbuilder -r /data/<resources> -i /data/<csvfile> -o /data/out

e.g.: docker run -v "c:\dev\card_builder":/data cardbuilder -r /data/resources -i /data/test.csv -o /data/out

ToDo

  • Update template JSON files with correct coordinate positions
  • Read all Part 2 Leshy cards from CSV
  • Read all Part 2 Grimoria cards from CSV
  • Read all Part 2 Po3 cards from CSV
  • Read all Part 2 Magnificus cards from CSV
  • Display Trigger text
  • Display helper text on cards with only 1 sigil
  • JSON definitions for all Sigils
  • Use Sigil symbols instead of placeholders
  • Use Blood symbols for blood costs
  • Use Bone symbols for blood costs
  • Use Gem symbols for blood costs
  • Use Energy symbols for blood costs
  • Read Template data (colour, font, etc...) from JSON files
  • Support Beast template
  • Support Crypt template
  • Support Tech template
  • Support Magic template (Note: Currently using Beast as placeholder)

Attribution

Art assets provided by:

With thanks to Daniel Mullins for creating Inscryption

cardbuilder's People

Contributors

tarinaky avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.