Character.Move()
Character.Move()
is a logic puzzle game where you don't just control the character—you write their script.
Analyze the grid, plan your route, and construct a sequence of commands to navigate dangerous islands, crumbling bridges, and rising tides. If your logic is sound, you'll reach the chest. If your code is buggy... well, hope you brought a spare life.
How to Play
- Analyze the Board: Look at the level. Where are the skips and turns
- Write the Code: Use and arrange commands (Walk, Jump, Turn, Switch) into your Main Procedure.
- Optimize with Functions: Running out of space? Use Sub-Procedures (P1, P2) to group repeated actions—just like a real programmer!
- Execute: Hit RUN and watch your character go.

Leave a comment
Log in with itch.io to leave a comment.