More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SudokuNX | |title=SudokuNX | ||
|image= | |image=sudokunx.png | ||
|description=A Sudoku game for the Nintendo Switch! | |description=A Sudoku game for the Nintendo Switch! | ||
|author=ZetaDesigns | |author=ZetaDesigns | ||
Line 8: | Line 8: | ||
|version=1.0.1 | |version=1.0.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/sudokunx.7z | ||
|website=https://gbatemp.net/threads/sudokunx-a-sudoku-game-for-the-nintendo-switch.510830/ | |website=https://gbatemp.net/threads/sudokunx-a-sudoku-game-for-the-nintendo-switch.510830/ | ||
|source=https://github.com/ZetaDesigns/SudokuNX | |source=https://github.com/ZetaDesigns/SudokuNX | ||
|donation= | |donation= | ||
}} | }} | ||
SudokuNX is an open-source Sudoku game for the Nintendo Switch, coded using C++/SDL2. | |||
SudokuNX is | |||
==Features== | ==Features== | ||
* Create random Sudoku. | * Create random Sudoku. | ||
* Detect when Sudoku is solved. | * Detect when Sudoku is solved. | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/sudokunx2.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.0.1''' | ||
*This release does not have any new features, it is simply to make the app work with the recent changes to HID, now compiled with latest libnx. | *This release does not have any new features, it is simply to make the app work with the recent changes to HID, now compiled with latest libnx. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== | ==Credits== | ||
* Special Thanks to @Doodil who helped me a lot with the generator! | * Special Thanks to @Doodil who helped me a lot with the generator! | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/ZetaDesigns/SudokuNX | ||
* | * GBAtemp - https://gbatemp.net/threads/sudokunx-a-sudoku-game-for-the-nintendo-switch.510830/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/SudokuNX |
Revision as of 06:54, 19 Mayıs 2023
SudokuNX | |
---|---|
General | |
Author | ZetaDesigns |
Type | Puzzle |
Version | 1.0.1 |
License | GPL-3.0 |
Last Updated | 2019/09/15 |
Links | |
Download | |
Website | |
Source | |
SudokuNX is an open-source Sudoku game for the Nintendo Switch, coded using C++/SDL2.
Features
- Create random Sudoku.
- Detect when Sudoku is solved.
Screenshots
Changelog
v1.0.1
- This release does not have any new features, it is simply to make the app work with the recent changes to HID, now compiled with latest libnx.
v1.0
- First Release.
Credits
- Special Thanks to @Doodil who helped me a lot with the generator!