• Register

Animon is a indie game based of pokemon with different features. The Save System is ingame all of the Animon ingame can be caught Terroren(The tree) might not be available and Animon is one of few or the only one that was developed without a team but we are going to still develop this game so i hope you love it :D!

Post news Report RSS Ani-Monsters "Making A Monster"

code for making a monster in the new java game. super simple.

Posted by on

Hello Players,

Long time no see? well all i have today is some code.

/**
 *
 * @author Botifier
 */
public class MonsterTutorial extends Monster {
    public MonsterTutorial() {
        //super("MonsterName", int hp, int atk, int def);
        super("tutorial", 0, 0, 0);
    }
}

this is the code to making a monster...

I hope i can release a test soon!

~botifier

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: