PythonProtoCards Open Source Card Game Design Helper Scripts

Board games and card games often deal with the use of fancy cards or cards with animated character or instruction embedded on them. If you’re planning to build any card game then there is one helper script that can help you automate this task. You can use this script to build your own set of animated or instruct-able cards. This script is mainly suitable for folks who wants to build card or board game for offline playing. This script is released as opensource and you can work on python script from any operating system that python supports.

Python Proto Card

There’s not much of information about this script from official site. So it’s hard for me to explain it here in this post. You can check for more information on pythonprotocards page and thread.

FMJ Framework

FMJ project was started to give alternative to java media framework. FMJ stands for freedom from media in java. Though it is completely start from scratch project. It is also compatible with the JMF(Java Media Framework).

It also has two sub-projects for specific media support. First project is FFMPEG-Java and second is Theora-Java.

What is FMJ ?

FMJ is an open-source project with the goal of providing an alternative to Java Media Framework (JMF), while remaining API-compatible with JMF. It aims to produce a single API/Framework which can be used to capture, playback, process, and stream media across multiple platforms.

From where to get it ?

You can get more information about FMJ and download it from here.