More actions
(Created page with "{{Infobox Switch Homebrews |title=SlitherlinkNX |image=slitherlinknxswitch.png |description=A homebrew logic puzzle game for Nintendo Switch. |author=Tardigrade-nx |lastupdated=2019/10/13 |type=Puzzle |version=1.1 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/slitherlinknxswitch.7z |website=https://gbatemp.net/threads/slitherlinknx.521843/ |source=https://github.com/Tardigrade-nx/SlitherlinkNX |donation= }} {{#seo: |title=Switch Homebrew Games (Puzz...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SlitherlinkNX | |title=SlitherlinkNX | ||
|image= | |image=slitherlinknx.png | ||
|description=A homebrew logic puzzle game for Nintendo Switch. | |description=A homebrew logic puzzle game for Nintendo Switch. | ||
|author=Tardigrade | |||
|author=Tardigrade | |||
|lastupdated=2019/10/13 | |lastupdated=2019/10/13 | ||
|type=Puzzle | |type=Puzzle | ||
|version=1.1 | |version=1.1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/slitherlinknx.7z | ||
|website=https://gbatemp.net/threads/slitherlinknx.521843/ | |website=https://gbatemp.net/threads/slitherlinknx.521843/ | ||
|source=https://github.com/Tardigrade-nx/SlitherlinkNX | |source=https://github.com/Tardigrade-nx/SlitherlinkNX | ||
|donation= | |donation= | ||
}} | }} | ||
Slitherlink is a logic puzzle game created in 1989 by Japanese publisher Nikoli, famous for creating Sudoku, among many other puzzle games. | |||
This is an adaptation of the game, inspired by Puzzle Series Vol. 5: Slitherlink on the Nintendo DS, which was never released outside of Japan. | |||
The Nintendo Switch version is a rewrite of one of the author's previous projects for the Dingoo A320. | |||
==Features== | |||
* 456 levels in four sizes: 5x5 (easy), 7x7, 10x10, 20x20 (hard). | |||
* Save state. | |||
* Undo function. | |||
* And more. | |||
==User guide== | |||
In SlitherlinkNX, 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. | |||
For Slitherlink beginners, it is strongly recommended to consult the Wikipedia page, especially chapter [https://en.wikipedia.org/wiki/Slitherlink#Solution_methods Solution methods], which is a big help at the start. | |||
==Controls== | |||
D-Pad - Move cursor | |||
X/A/B/Y - Draw a line/cross/nothing (in the corresponding direction) | |||
L+X/A/B/Y - Draw a cross/line/nothing (in the corresponding direction) | |||
R/ZR - Undo previous action | |||
L/ZL - Loop back | |||
Plus - Open menu (retry, save state, quit) | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/slitherlinknx2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/slitherlinknx3.png | ||
https://dlhb.gamebrew.org/switchhomebrews/slitherlinknx4.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.1''' | ||
* First | *Recompile with latest libnx to fix the buttons. | ||
*Undo = R/ZR, loop back = L/ZL. | |||
'''v1.0''' | |||
*First release. | |||
==Credits== | |||
*Development: Tardigrade (http://beyondds.free.fr/) | |||
*Original game: Nikoli (http://www.nikoli.com/) | |||
*Puzzles: Krazydad (http://www.krazydad.com/slitherlink/) | |||
*Font: Chopin Script | |||
*Sounds: Junggle | |||
*Background: aopsan | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Tardigrade-nx/SlitherlinkNX | ||
* | * GBAtemp - https://gbatemp.net/threads/slitherlinknx.521843/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/SlitherlinkNX |
Latest revision as of 07:42, 19 Mayıs 2023
SlitherlinkNX | |
---|---|
General | |
Author | Tardigrade |
Type | Puzzle |
Version | 1.1 |
License | Mixed |
Last Updated | 2019/10/13 |
Links | |
Download | |
Website | |
Source | |
Slitherlink is a logic puzzle game created in 1989 by Japanese publisher Nikoli, famous for creating Sudoku, among many other puzzle games.
This is an adaptation of the game, inspired by Puzzle Series Vol. 5: Slitherlink on the Nintendo DS, which was never released outside of Japan.
The Nintendo Switch version is a rewrite of one of the author's previous projects for the Dingoo A320.
Features
- 456 levels in four sizes: 5x5 (easy), 7x7, 10x10, 20x20 (hard).
- Save state.
- Undo function.
- And more.
User guide
In SlitherlinkNX, 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.
For Slitherlink beginners, it is strongly recommended to consult the Wikipedia page, especially chapter Solution methods, which is a big help at the start.
Controls
D-Pad - Move cursor
X/A/B/Y - Draw a line/cross/nothing (in the corresponding direction)
L+X/A/B/Y - Draw a cross/line/nothing (in the corresponding direction)
R/ZR - Undo previous action
L/ZL - Loop back
Plus - Open menu (retry, save state, quit)
Screenshots
Changelog
v1.1
- Recompile with latest libnx to fix the buttons.
- Undo = R/ZR, loop back = L/ZL.
v1.0
- First release.
Credits
- Development: Tardigrade (http://beyondds.free.fr/)
- Original game: Nikoli (http://www.nikoli.com/)
- Puzzles: Krazydad (http://www.krazydad.com/slitherlink/)
- Font: Chopin Script
- Sounds: Junggle
- Background: aopsan