A downloadable Game Boy game

Download NowName your own price

Logic Island a logic puzzle game for the original Game Boy. It's inspired by an existing game from a famous Japanese magazine publisher. This is my version of it, with graphics hopefully a little more elaborate than a simple grid.

Once you know how to play, the game can become very addictive, with a lot of depth and strategies to offer. I’ll try to explain as clearly as possible in this post, with a step-by-step tutorial below.

Rules

For example, here is an empty 5x5 grid, and the same grid, solved.

The objective is to draw a water stream, that fullfills all 4 conditions:

  1. Each island has one numbered cell
  2. This number is the number of cells in that island
  3. There is only one stream in the perimeter (branches allowed)
  4. There is no 2x2 squares of water

Additionally, you can mark cells with a stone  when you’re sure it’s a ground cell. Stones  are just an indication, they don’t count in the grid resolution.

Two cells touch if they’re adjacent, not diagonal.

Tutorial

As always with logic games, you should work by deduction, and not by guessing. Let’s take the example grid above.

  • In accordance with rule #1, you can separate all the numbered cells.


  • In accordance with rules #2, you can surround the [1] cells with water.


  • In accordance with rules #3, each water cell must touch at least one other water cell in the perimeter. Thus, you can “extend” the isolated water cells when there’s only one path possible to do that. We could do this with the 4 cases here, but for the sake of the example, let’s do it only for the 2 upper cells.


  • Now, following rule #2, there’s only one way that the [3] island in the upper-left corner can have 3 cells. We can mark those cells with stones (not mandatory), and “close” the island by surrounding it with water.


  • Now if we look at the cell in the center: it cannot be water, otherwise that would create 2x2 squares of water, which is forbidden by rule #4. So we can be sure it’s a ground cell, and we can mark it with a stone . In general, as soon as there are 3 cells of water in a square formation, you can immediately mark the 4th with a stone.


  • The only thing left to do is to connect the two isolated water cells to the rest of the water stream, according to rule #3, just like we did earlier.


And that’s it, the island is solved!

RetroAchievements

I’ve made a set of RetroAchievements for the game. More info here.

Change log

v2.1

  • The numbered tiles are greyed-out if the number of tiles is correct.

v2.0

  • Added 10x10 grids.
  • Display size and number when selecting grid.
  • Updated to gbdk v4.2.0.

v1.1

  • Fixed a glitch in Island #118, so that the correct answer is recognized properly.

v1.0

  • Initial release

Techniques

There are many techniques you can use, resulting of the 4 rules above:

Credits

The game was developed in C language, with gbdk.

Download

Download NowName your own price

Click download now to get access to the following files:

LogicIsland-v2.1.zip (RetroAchievements supported) 14 kB

Development log

Comments

Log in with itch.io to leave a comment.

This has become one of my favourite games for passing the time with some quick puzzles. I loaded it on my GBA flash cart and I've already solved half of the 7x7 puzzles just from playing it while waiting for stuff. Absolutely incredible, I hope to see future games from you!

Thanks! ;-)

Wow, you made such a gem.
Nurikabe is my favorite pen and paper puzzle of all time.

Turns out I had recently bought an old Gameboy Color to relieve the Tetris I remember from my childhood on real hardware, you wouldn't believe how happy I was when I goggled "Nurikabe for Gameboy" and found this game!

I loaded it up on my EZFlash and have been playing it every day on real hardware.

The reason I think you deserve a lot of praise is that you basically made a perfect UI for Nurikabe (something that a lot of web and mobile versions fail at).

It might seem simple to passers by, but I see all the little details that just work to make the experience really "tactile" and wonderful, such as the way you can hold a button and "drag" with the d-pad, the cute graphics and the sound effects.

Great attention to detail. Thank you so much for making this.

Thanks for you kind comment, much appreciated. :-)

Love it! 

Perfect game for those who have already completed all the Picross games on Game Boy and want something new and different.

Thanks!