GitXplorerGitXplorer
c

Simple-Card-RPG

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6aa9164b7e5700fff0916e1015f57a8b469f4023

Adding a readme.

ccnelsonsic committed 13 years ago
Unverified
af220bb0bf65ac9a93576f50496ba0c1ae1548e5

Move the card model into its own file and it now handles all of its instances.

ccnelsonsic committed 13 years ago
Unverified
b58f86488ebbb701603dc45214a70aedd68db452

Adding a gitignore to prevent sudden onset insanity.

ccnelsonsic committed 13 years ago
Unverified
873b7f20067db3e7c02fce53a81ff85e38af10e2

Add a border, but it's still commented out.

ccnelsonsic committed 13 years ago
Unverified
053bcdcaf1fbb4bfa3ff4159346182a54d7e1fce

Initial commit.

ccnelsonsic committed 14 years ago

README

The README file for this repository.

Simple Card RPG

Simple Card RPG is supposed to be a simplistic card-based tabletop roleplaying game. Instead of sheaves of paper and huge reference texts, all players have are their cards. For each equipment slot, they can have one item; for each ability slot, they can have one ability.

Getting Started

Use the built-in make.sh script to generate the JSON card data, then the latex source files, then pdfs of the cards.

Making Your Own

Look in adventurequest_cards.py for an example of how to use the card generator.