Skip to content

Latest commit

 

History

History
executable file
·
20 lines (18 loc) · 682 Bytes

readme.md

File metadata and controls

executable file
·
20 lines (18 loc) · 682 Bytes

Code Monsters

An extremely simple coding toy for kids. It allows control of the characters on screen with simple commands. See it in action... screenshot

Commands:

Command syntax is:

<name|'all'> <command> <option/s>
Frank go up
all stop

Available commands:

  • go <direction: up|down|righ|left>: will move the character in the given direction.
  • stop
  • rename <newName>
  • make <newName>: will create a new character. We always command another char to perform this operation, like: Frank make Gail
  • speed <direction: up|down>: will increase/decrease char speed.

[more coming...]