Jump to content

Sudoku game 2020


Go to solution Solved by Nine,

Recommended Posts

Posted (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 by Nine
  • 2 months later...
Posted

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 ?  :drool:  Thank you very much.

 
  • 2 weeks later...
Posted (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 by Nine
  • 3 weeks later...
Posted

@Nine Thank you for your advice. Commenting this line out "#AutoIt3Wrapper_UseX64=y" from the script solved the problem. Works like a charm now :).

  • Solution

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...