Skinz Sudoku: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "EJS_core = 'nds';" to "EJS_core = 'desmume2015';")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = SkinzSudoku
|title=SkinzSudoku
| image       = [[File:Skinzsudokuds.png]]
|image=skinzsudoku.png
| type       = Puzzle
|description=Sudoku with undo/redo function and several skins.
| version     = Update June 11, 2007
|author=Mollusk
| licence    = Mixed
|lastupdated=2007/06/11
| author      = Mollusk
|type=Puzzle
| website    = https://web.archive.org/web/20150203113007/http://www.dev-fr.org/index.php?topic=251.0
|version=Update 11 June 2007
| download    = Media:Skinzsudokuds.zip
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/skinzsudoku.7z
}}
|website=http://www.dev-fr.org/index.php?topic=251.0
 
}}
Skinz Sudoku is a Sudoku clone with undo/redo function and customized skins.  
Skinz Sudoku is a Sudoku clone with undo/redo function and customized skins.  


Line 30: Line 30:
Select - Change skin
Select - Change skin


==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/skinzsudoku2.png
https://dlhb.gamebrew.org/dshomebrew/skinzsudoku3.png
<!--BEGIN Online Emulator Section-->
==Online Emulator==
{{#tag:html|
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div>
<script type='text/javascript'>
{{DS EmulatorJS Settings}}
EJS_core = 'desmume2015';
EJS_gameName = "SkinzSudoku";
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/skinzsudoku.7z';
</script>
{{EmulatorJS Loader}}
}}
{{DS Control Settings}}
<!--END Online Emulator Section-->
==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 59:
* 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 74:
* 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 82:
* 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 89:
* 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]]

Latest revision as of 11:37, 28 November 2023

SkinzSudoku
Skinzsudoku.png
General
AuthorMollusk
TypePuzzle
VersionUpdate 11 June 2007
LicenseMixed
Last Updated2007/06/11
Links
Download
Website

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

Online Emulator

Can use gamepad or customise in the control settings.
Nintendo DS 🎮 Keyboard
C-a.png Kb-z.png
C-b.png Kb-x.png
C-x.png Kb-a.png
C-y.png Kb-s.png
C-start.png Kb-enter.png
C-select.png Kb-v.png
C-l.png Kb-q.png
C-r.png Kb-e.png
C-pad.png Kb-dpad.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: