Use The Programming Blocks to program your Bacteria to fight others Use the Copy From Text and Copy To Text Button to share your Program and Fight against others Please Read: From Text: Paste in a Text from the comments to make it your enemy To Text: Generate a Text from your code to give others the chance to fight against your program Press Create Code before you run your Program or export it, if you made any changes since you last pressed it. Block Explanation: -Turn Random: Turns the Bacteria to a radnom direction (N,E,S,W) -TurnLeft/TurnRight: Turns the Bacteria int hat direction -Move: The Bacteria moves one step in the direction it is facing -Spread: The Bacteria places a duplicat of itselfe in front of it The new Bacteria has 10 Health to start -If Wall: The next order will only be executed if there is a Wall in front -If Self: The next order will only be executed if there is a Bacteria of the same kind in front -If Enemy: The next order will only be executed if there is a Bacteria of the enemy kind in front - Goto n (Click after placing to assign a number): Jumps to the given Position (Goto 5 Jumps to the fifth order) Attack: Destroys the Bacteria in front no matter if it is of the same kind or not Freeze: The Bacteria Freezes and can not be killed by an Attack once or untill it moves or spreads This costs extra 5 Health points (turning is not moving) Refresh: Gives your Bacteria 50 Health Every Bacteria uses 5 Health every turn and dies if it euns out
If you have any ideas for more Blocks tell me and I might add them :D