Turtle Puzzle GB

From GameBrew
Turtle Puzzle
Turtlepuzzlegb.png
General
AuthorUraKn0x (Antoine COUY)
TypePuzzle
Version2014
LicenseMixed
SystemCGB
Last Updated2014/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

turtlepuzzlegb.pngturtlepuzzlegb2.png

turtlepuzzlegb3.pngturtlepuzzlegb4.png

Known issues

Some functions(as SPEED and RUN menus) do not work. However, the game is fully playable.

External links

Advertising: