Nine Posted April 14, 2020 Share 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 Danyfirex and Zmy 2 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Nine Posted July 24, 2020 Author Share Posted July 24, 2020 New version available Danyfirex and mucitbey 2 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
utd00d Posted October 10, 2020 Share 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. Link to comment Share on other sites More sharing options...
Nine Posted October 20, 2020 Author Share 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 “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
utd00d Posted November 8, 2020 Share 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 :). Link to comment Share on other sites More sharing options...
Nine Posted November 19, 2020 Author Share Posted November 19, 2020 New version available. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now