Skinz Sudoku: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = SkinzSudoku
| title      = SkinzSudoku
| image      = [[File:Skinzsudokuds.png]]
| image      = https://dlhb.gamebrew.org/dshomebrew/skinzsudoku.png
| type        = Puzzle
| type        = Puzzle
| version    = Update June 11, 2007
| version    = Update 11 June 2007
| licence    = Mixed
| licence    = Mixed
| author      = Mollusk
| author      = Mollusk
| website    = https://web.archive.org/web/20150203113007/http://www.dev-fr.org/index.php?topic=251.0
| website    = http://www.dev-fr.org/index.php?topic=251.0
| download    = Media:Skinzsudokuds.zip
| download    = https://dlhb.gamebrew.org/dshomebrew/skinzsudoku.7z
| source      =  
| source      =  
}}   
}}   
Line 29: Line 29:


Select - Change skin
Select - Change skin
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/skinzsudoku2.png
https://dlhb.gamebrew.org/dshomebrew/skinzsudoku3.png


==Changelog==
==Changelog==
'''Update 11 June 2007'''
'''Update 2007/06/11'''
* Optimizations on the memory used and the loading speed.
* Optimizations on the memory used and the loading speed.
* New code for generating sudoku, symmetrical. Little tested, it works, is slower than the old code (basically it takes the time we had saved on loading).
* New code for generating sudoku, symmetrical. Little tested, it works, is slower than the old code (basically it takes the time we had saved on loading).
Line 42: Line 46:
* Improvement of the recognition of certain figures for several people.
* Improvement of the recognition of certain figures for several people.


'''Update 1 May 2007'''
'''Update 2007/05/01'''
* Fixed splash on DS.
* Fixed splash on DS.
* Adding a dynamic menu/title.
* Adding a dynamic menu/title.
Line 57: Line 61:
* Probably other things that have forgotten to write down.
* Probably other things that have forgotten to write down.


'''Update 29 April 2007'''
'''Update 2007/04/29'''
* Added the Mollusk Games/SpriteAttack splash screen (daydream).
* Added the Mollusk Games/SpriteAttack splash screen (daydream).
* Updated title screen, forgot to include it last time.
* Updated title screen, forgot to include it last time.
Line 65: Line 69:
* Small bugfix, when you start to write a number it erases the big one, it is more practical.
* Small bugfix, when you start to write a number it erases the big one, it is more practical.


'''Update 28 April 2007'''
'''Update 2007/04/28'''
* New default skins, by DayDream. Ultimately, there will be 4, one per level of difficulty.
* New default skins, by DayDream. Ultimately, there will be 4, one per level of difficulty.
* Added a Naruto skin to test the skin system, nothing specific.
* Added a Naruto skin to test the skin system, nothing specific.
Line 72: Line 76:
* Added delete button, more convenient to erase everything, right?
* Added delete button, more convenient to erase everything, right?


<br>
==External links==
* Dev-fr - [https://web.archive.org/web/20150203113007/http://www.dev-fr.org/index.php?topic=251.0 http://www.dev-fr.org/index.php?topic=251.0] (archived)
 
[[Category:DS homebrew games]]
[[Category:DS homebrew games]]
[[Category:Homebrew puzzle games on DS]]
[[Category:Homebrew puzzle games on DS]]

Revision as of 02:55, 24 September 2021

SkinzSudoku
skinzsudoku.png
General
Author(s)Mollusk
TypePuzzle
VersionUpdate 11 June 2007
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


Skinz Sudoku is a Sudoku clone with undo/redo function and customized skins.

It was presented at the GBAX 2007 Coding Competition.

User guide

Just launch a game of the desired level, click on a tile, and write the desired number using the Stylus. You can undo/redo a few thousand times if needed.

Custom skin

The system uses skin PAFS since the last version.

Put your .png file (the only format supported) in the folder Skins, run PAFS.bat. It is a limited to 1MB for total skins.

Beware it replaces the default skins, so if you use this system you will lose the default skins.

Controls

Operate with Stylus.

Select - Change skin

Screenshots

skinzsudoku2.pngskinzsudoku3.png

Changelog

Update 2007/06/11

  • Optimizations on the memory used and the loading speed.
  • New code for generating sudoku, symmetrical. Little tested, it works, is slower than the old code (basically it takes the time we had saved on loading).
  • New skin format (the same as before but with 2 more lines to support the new buttons).
  • Undo/Redo, on 2048 levels. It's like 30 minutes of play if we do 1 modification/second, which should be enough. After all, a grid contains only 81 squares.
  • Reorganization of the code to make things cleaner, but that nobody cares.
  • Setting up the statistics system and saving, but not functional here. It's a beta, too lazy to hide it.
  • Confirmation when we leave.
  • Highlighting of the lines on the top screen for more readability (messed up on the emus).
  • Improvement of the recognition of certain figures for several people.

Update 2007/05/01

  • Fixed splash on DS.
  • Adding a dynamic menu/title.
  • Smoother transitions between different parts.
  • Updated number recognition. Able to play 2 sudokus in a row without any problems.
  • Adding arrows to move from one box to another without having to zoom out/rezoom. You can also use the pad.
  • Adding a back button to the menu.
  • Added a zoom effect for displaying a new number.
  • Fixed a bug on DS (display of a small four) when clicking on a box.
  • Fixed a bug in the Sudoku end check, it could crash and erase a number each time.
  • Display of a small animation (just missing the sound) when we win, you will tell me if you like it or not.
  • Display of an error message if the grid is full but false.
  • Addition of backtracking on the solver, but it is not available from the menu, so nobody cares But for me it was important, allows to solve the sudoku more than hardcores.
  • Probably other things that have forgotten to write down.

Update 2007/04/29

  • Added the Mollusk Games/SpriteAttack splash screen (daydream).
  • Updated title screen, forgot to include it last time.
  • 2 new DayDream skins, bringing the total to 4 (plus Naruto). Allows you to have 1 skin/difficulty level.
  • Pause support, with Start, the pause button, or even by closing the DS (not tested). When we pause it hides the numbers so as not to cheat.
  • Added peros skins with PAFS, uses PNG format exclusively. See the main post for the procedure.
  • Small bugfix, when you start to write a number it erases the big one, it is more practical.

Update 2007/04/28

  • New default skins, by DayDream. Ultimately, there will be 4, one per level of difficulty.
  • Added a Naruto skin to test the skin system, nothing specific.
  • Level correctly recognized as completed. Relaunches a new sudoku directly.
  • The 8 of MasterDjé have been added Language.
  • Added delete button, more convenient to erase everything, right?

External links

Advertising: