Nine 921 Posted April 14, 2020 (edited) Yes, I know, another Sudoku game script. I started with a solution finder and progressively it got to a full game. Hope you like it. Version 2020-11-19 * Corrected a bug where grid wasn't displayed correctly after validation on success Version 2020-07-24 * Added icon and wav files for completeness * Added keyboard navigation * Solved a small bug Version 2020-04-14 * 4 levels of difficulty (around 100 grids per level) * Multi-lingual * Allows multiple entries per cell * All grids are solvable by logic only (no trial/error needed) * Remember preferences * Offline playable (SQLite required) * Solution finder works for all grids Enjoy ! Sudoku.zip Edited November 19, 2020 by Nine 2 Zmy and Danyfirex reacted to this Not much of a signature, but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Fast and simple WCD IPC GIF Animation (cached) Share this post Link to post Share on other sites
Nine 921 Posted July 24, 2020 New version available 2 mucitbey and Danyfirex reacted to this Not much of a signature, but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Fast and simple WCD IPC GIF Animation (cached) Share this post Link to post Share on other sites
utd00d 0 Posted October 10, 2020 Hello Nine, i can't run your Sudoku-Script. I've also installed the latest Beta of AutoIt and used different Versions of "sqlite3.dll". The first one used was from https://www.sqlite.org/download.html. I'am running AutoIt in 32Bit-Mode because of compatibility. It always says "Unable to start SQLite. Check existence of DLL" although it is placed in the @ScriptDir -Folder and tested with some example from the Help -File which was successful. Any idea how the script can be run, because i would love to play it ? Thank you very much. Share this post Link to post Share on other sites
Nine 921 Posted October 20, 2020 (edited) @utd00d Make sure you got the 32bit sqlite dll since you are running it 32bits. It must be named sqlite3.dll. It should be around 855kb of size. Edited October 20, 2020 by Nine Not much of a signature, but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Fast and simple WCD IPC GIF Animation (cached) Share this post Link to post Share on other sites
utd00d 0 Posted November 8, 2020 @Nine Thank you for your advice. Commenting this line out "#AutoIt3Wrapper_UseX64=y" from the script solved the problem. Works like a charm now :). Share this post Link to post Share on other sites
Nine 921 Posted November 19, 2020 New version available. Not much of a signature, but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Fast and simple WCD IPC GIF Animation (cached) Share this post Link to post Share on other sites