More actions
(Created page with "{{Infobox GB Homebrews |title=Turtle Puzzle |image=turtlepuzzlegb.png |description=An algorithmic game based on Robozzle. |author=UraKn0x (Antoine COUY) |lastupdated=2014/07/07 |type=Puzzle |version=2014 |format=CGB |license=Mixed |download=https://dlhb.gamebrew.org/gbhomebrews/turtlepuzzlegb.7z |website=https://gbdev.gg8.se/forums/viewtopic.php?id=189 |source=https://gbdev.gg8.se/forums/viewtopic.php?id=189 |donation= }} {{#seo: |title=GameBrew |title_mode=append |image...") |
No edit summary |
||
Line 62: | Line 62: | ||
== External links == | == External links == | ||
* Gameboy Development Forum - https://gbdev.gg8.se/forums/viewtopic.php?id=189 | * Gameboy Development Forum - https://gbdev.gg8.se/forums/viewtopic.php?id=189 | ||
[[Category:gbdev Gameboy Coding Compo 2014]] |
Latest revision as of 10:55, 27 Haziran 2024
Turtle Puzzle | |
---|---|
General | |
Author | UraKn0x (Antoine COUY) |
Type | Puzzle |
Version | 2014 |
License | Mixed |
System | CGB |
Last Updated | 2014/07/07 |
Links | |
Download | |
Website | |
Source | |
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
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