1. Look Around
Use Combined patterns for common rules, or Individual sensing blocks to ask what is around your critter.
Example: look front checks the square right in front of it.
The result can be EMPTY, WALL, ALLY, or ENEMY.
Run the arena at full size, tune the setup, and manage the active combat lineup from the right.
Build one continuous block chain. Use Combined patterns to start quickly, Individual blocks for custom logic, and Variables for memory.
Think of Blockly like snapping together toy bricks. Each block tells your critter what to look at or what to do next.
A critter’s action comes from its own perspective. Every turn, each critter reads its local sensor information, runs the block chain, and follows the returned action.
Use Combined patterns for common rules, or Individual sensing blocks to ask what is around your critter.
Example: look front checks the square right in front of it.
The result can be EMPTY, WALL, ALLY, or ENEMY.
Use Individual logic blocks to compare what your critter sees.
Example: if look front equals ENEMY, then your critter knows danger is ahead.
This is how you teach a critter to decide instead of move randomly.
Use return action blocks inside an if block to choose the move.
HOP means move forward. LEFT and RIGHT mean turn. ATTACK means try to take over the critter in front.
The Variables blocks let your critter remember things between turns.
Use boolean flags for true/false choices and counters for numbers that can go up or down.
This helps make smarter critters with plans.
Try building this rule:
If look front is ENEMY, ATTACK. If look front is EMPTY, HOP. Otherwise, turn RIGHT.
That is almost exactly how the Hunter example works.
Submit finalized Roster critters to the Global Queue. Live matches will appear here during Global Arena Night.
Global Arena is where permanent accounts submit finalized Roster critters for future scheduled matches.
Log in or sign up with a permanent account to view the queue and submit Roster critters.
Use Supabase Auth to sign up or log in.
Guest accounts can save critters, but they cannot be recovered if you sign out, clear browser data, or switch devices.
Use 3-20 lowercase letters, numbers, or underscores.
Operational controls and status placeholders for the first admin version.
Defaults apply to new Local Arena setup only.
Configure the next arena night, manage queue entries, and plan matches.
Recent admin actions.
Global Arena only