Author Topic: Slitherlink v1.0  (Read 2140 times)

Offline Mia

  • *
  • Posts: 14
    • My projects
Slitherlink v1.0
« on: January 13, 2011, 11:29:54 AM »
Hello everyone,

Here's my first project for the Dingoo (Dingux): Slitherlink v1.0.

     

     

Download and release notes

• Introduction

Slitherlink is a logic puzzle game created in 1989 by Japanese publisher Nikoli, famous for creating Sudoku, among many other logic puzzles.
I discovered the game a few years ago on the Nintendo DS with 'Puzzle Series Vol. 5: Slitherlink', which was never released outside of Japan. It's such a good game I became addicted to it, and now it's time to spread the virus :)

This is my version of the game for Dingux (Dingoo Linux).
Its main features are:

• 456 levels
• Four grid sizes: 5x5 (easy), 7x7, 10x10, 20x20 (hard)
• Undo button
• Progress saved automatically
• Save state option


• Rules

In Slitherlink, you draw lines on a grid to create a meandering path, following the rules:

• The path must form a single loop, without crossing itself or branching.
• The numbers indicate how many lines surround each cell. Empty cells may be surrounded by any number of lines.

There is one unique solution for each level.
You can draw small x's on segments that cannot be connected.
You should be able to find the solution by logical deduction only, without guessing.

To Slitherlink beginners, I strongly advise to consult the Wikipedia page, and particularly the chapter 'Solution methods', which is a big help at the beginning.


For more information, read file README.txt.

Offline Coccijoe

  • *
  • Posts: 274
    • Coccijoe
Re: Slitherlink v1.0
« Reply #1 on: January 13, 2011, 12:28:51 PM »
thanks mia!
french community DingooMania
Coccijoe

Offline jagotu

  • News Staff
  • *
  • Posts: 188
Re: Slitherlink v1.0
« Reply #2 on: January 13, 2011, 06:13:13 PM »
How do you know you finished the level ???
Hooray! I'm back ;)

Offline Mia

  • *
  • Posts: 14
    • My projects
Re: Slitherlink v1.0
« Reply #3 on: January 13, 2011, 06:26:40 PM »
How do you know you finished the level ???
As soon as you find the solution, there's a sound effect, the word "Solved" written in green, and then when you push a button the next level is loaded.
If that doesn't happen, you made a mistake somewhere...
Check that :
- all the cells with a number inside have the same number of segments around them (hint: the number is displayed in blue in that case)
- the path you draw is a single loop, without branches, that doesn't cross itself.

Offline jagotu

  • News Staff
  • *
  • Posts: 188
Re: Slitherlink v1.0
« Reply #4 on: January 13, 2011, 06:38:47 PM »
EDIT: I found it out.
« Last Edit: January 13, 2011, 06:58:50 PM by jagotu »
Hooray! I'm back ;)

Offline flaming_goat

  • *
  • Posts: 64
Re: Slitherlink v1.0
« Reply #5 on: January 13, 2011, 06:59:40 PM »
@Jagotu

I think you need to have a continuous loop, ie. connect the 2 ends together.

Offline Coccijoe

  • *
  • Posts: 274
    • Coccijoe
Re: Slitherlink v1.0
« Reply #6 on: January 13, 2011, 07:00:02 PM »
yep you have to close the loop
french community DingooMania
Coccijoe

Offline schanall

  • *
  • Posts: 116
Re: Slitherlink v1.0
« Reply #7 on: January 17, 2011, 02:13:17 PM »
I love those kind of games! Thank you very, very much!  :)

Offline Mia

  • *
  • Posts: 14
    • My projects
Re: Slitherlink v1.0
« Reply #8 on: January 28, 2011, 01:20:31 PM »
I made a small update : the .wav files are renamed into .dat, in order to avoid being included in the native firmware's jukebox database. I hadn't noticed at first that the jukebox scans .wav files as well. The rest of the game is untouched.
If you want to update and keep your progress, you just need to backup the files slitherlink.sav and slitherlink_state.sav (if present), and copy them again in the new directory 'Slitherlink'.

The source code is available too.

Homepage.

Offline Pingouin

  • *
  • Posts: 215
Re: Slitherlink v1.0
« Reply #9 on: January 31, 2011, 09:32:57 PM »
Just tried it, great games! Thanks!  ;D