LATEST OFFICIAL RELEASE:

  • Download v1.05.01
  • Sep 9, 2012 - Cross Platform / Open Source for Personal Use / License TBD
Latest Forum Posts

New Apps for the New Year Challenge
We have officially plowed our way into the New Year, and it's time that we all should focus on working even more efficiently. To help us get that done Donation Coder has started the N.A.N.Y. (New Apps for the New Year) Challenge to present new applications to save you time. All of the available programs (totaling 24 right now) have simple concepts but for some of us they will conquer big tasks.. I'm sure you'll find one or more of those programs to be useful. I think my favorite is TPClock just because it confuses so many people...including myself from time to time (literally).
Cybernet News Blog image

The PythonProtoCards Open Source library provides classes and functions that are useful for rapidly prototyping printed card games.

The library makes it possible to programatically create lots of cards quickly. It helps you divide up work into different steps, so that you can manually create and edit game piece data or automatically generate it programmatically, and then generate printable images for this card and piece data. The data file format is designed to be very easy for humans to edit, but also parsable by code, which can load the data, modify it, and write out newly modified files, almost like a minimalistic database. This makes it easy to programmatically modify or add to existing data files that will also be hand edited.

The focus here is on very rapid prototyping (rather than pixel-perfect laytout control) so you'll find things like functions for automatically scaling text and images to fit within specific regions, text-wrapping, etc.

By interfacing with the Python Imaging Library (PIL), the PythonProtoCards classes can quickly generate large numbers of nice looking card images, and even lay them out for printing on card template sheets.

See the samples/codycards directory for a sample card game and scripts to create cards programmatically, and sample images

Please note this is an early release intended for programmers. I would very much like to extend this work to a full-featured tool for game designers, and even extend it to support online playtesting. If you are interested in seriously funding such work, please get in touch with me.


Share on Facebook