Home > MonsterGarden

MonsterGarden

MonsterGarden is a project mainly written in Java, based on the GPL-3.0 license.

Just a small sparetime git learning project: Scan Barcodes and collect different monsters in your garden! Written in processing/Java, using the ZXing barcode library. See the README file in order to find out how to contribute a new monster to the gam

Monster Garden - - a small open source barcode scanning game

  1. How to add a new static monster

The MoMoMonster class represents all monsters which are not animated. It reads available data from the file moMoMonsters.txt . A monster has

  • a picture: * black&white, if possible a drawing, I do not accept color.
    • maximum dimensions 640x480 pixel
    • Licensed under Creative Commons CC BY-NC or CC BY-NC-SA or CC BY-SA
  • a name

You can send the couple to me [email protected] and I will include it.

Previous:demo_app