Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

Ads



Poll: Your rating (5=best)

1: 1 votes
11%

2: 0 votes
0%

3: 3 votes
33%

4: 4 votes
44%

5: 1 votes
11%


Total voters: 9

#1 2014-07-09 19:58:52

Sanqui
Moderator
Registered: 2013-01-04
Posts: 20

[2014] Turtle Puzzle (UraKn0x)

Download: http://gbdev.gg8.se/files/gbdev2014/Tur … /turtle.gb
Source: http://gbdev.gg8.se/files/gbdev2014/Tur … e/Sources/

Or download a zip containing all ROMs: http://gbdev.gg8.se/files/gbdev2014/gbd … llroms.zip

Turtle Puzzle by UraKn0x (Antoine COUY)

This game is an algorithmic game based on Robozzle.
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 recursivity. The return stack
at the top of the screen may help you in advanced levels which use recursivity.

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.

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

Controls:
Select an instruction with the arrow keys.
With A, you will be able to change it.
Press Start to run your algorithm.
Press B to return to level selection.

Enjoy!

https://gbdev.gg8.se/files/gbdev2014/TurtlePuzzle/screen1.png https://gbdev.gg8.se/files/gbdev2014/TurtlePuzzle/screen2.png

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson