Hi there, I’m new to CodeCombat and I was wondering if there were a full documentation of the game. Like the WordPress Codex.
What I’m looking for is some documentation listing all the methods and variables used in the game.
Example for the hero object:
hero.moveXY(x, y);
hero.attack(enemy);
hero.health;
…
I know we can see some information while playing the levels, but I would like to access all of it.
Thank you!