You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
{{#seo: |title=GameBrew |title_mode=append |image=turtlepuzzlegb.png |image_alt=Turtle Puzzle }} Turtle Puzzle is an algorithmic game based on Robozzle. It was part of the gbdev Gameboy Coding Compo 2014. == User guide == You must program your robot using the given instructions to collect the dots. The different instructions are: * Moving forward. * Turning clockwise or counter-clockwise. * Calling a function. * Painting a cell. The function calls are recursive: once the called function is done, the program will return where the function was called: this is recursively. The return stack at top of the screen may help you in advanced levels which use recursively. In addition to that, you can add conditions to your instructions. The instruction will then be executed only if the robot is on a cell with a given color. Your robot must not: * Leave the colored cells. * Run out of instructions. == Controls == D-Pad -Select an instructions A - Change instructions Start - Run your algorithm B - Return to level selection == Screenshots == https://dlhb.gamebrew.org/gbhomebrews/turtlepuzzlegb.png https://dlhb.gamebrew.org/gbhomebrews/turtlepuzzlegb2.png https://dlhb.gamebrew.org/gbhomebrews/turtlepuzzlegb3.png https://dlhb.gamebrew.org/gbhomebrews/turtlepuzzlegb4.png == Known issues == Some functions(as SPEED and RUN menus) do not work. However, the game is fully playable. == External links == * Gameboy Development Forum - https://gbdev.gg8.se/forums/viewtopic.php?id=189 [[Category:gbdev Gameboy Coding Compo 2014]]
Advertising: