Hi folks!
After many years and projects realized with MS I used my free retirement time to create a little SUDOKO project with MS.
I am offering the result as a tribute to everybody who is using MS and of course to the devellopers of MS.
You can download the project from https://whisp.ly/r/1hRTM9C#kAU3ivaJ77Gvg.
The ZIP file contains a compiled version and the sources. Feel free to use it as a sample or to gamble,
Have fun!
Tribute Project
Moderators: Dorian (MJT support), JRL, Phil Pendlebury
Re: Tribute Project
Very cool! Thank you for sharing!
Re: Tribute Project
Latest version is 2.14. changes are
For downloads use the link in Post #1
Have fun!
Code: Select all
// 07102021 Vers. 2.09 new: Add direct read and write grid files (without Browsing)
// 07102021 Vers. 2.10 new: Randomize positionlist
// 08102021 Vers. 2.11 new: Add a puzzle creation branch. Option to reduce animation
// 10102021 Vers. 2.12 new: Add a weight factor to priority list. Option for randomized priority. Added progressbar
// 10102021 Vers. 2.13 new: Add a reset function
// 11102021 Vers. 2.14 fix: fixed a synchronisation problem. Added Calculating status
Have fun!
Re: Tribute Project
Latest version is 2.18. changes are
For downloads use the link in Post #1
Code: Select all
// 11102021 Vers. 2.15 new: Save Grid in a printible format
// 12102021 Vers. 2.16 fix: fixed an error after using the stop function
// 12102021 Vers. 2.17 fix: fixed several errors. added Save to ClipBoard
// 13102021 Vers. 2.18 fix: fixed some errors in manual solve
Re: Tribute Project
Last Version is 2.22 (project is finished) latest changes are:
For downloads use the link in Post #1
Have Fun!
Code: Select all
// 14102021 Vers. 2.19 fix: Validate a grid
// 15102021 Vers. 2.20 new: Added Cursor left,right,up,down
// 16102021 Vers. 2.21 fix: onevent keydown events only with focus
// 17102021 Vers. 2.22 fix: Final code review. Project finished!
Have Fun!
Re: Tribute Project
Never say "is finished" - Last Version is 2.33. Last changes are:
For downloads use the link in Post #1
Have Fun!
Code: Select all
// 23102021 Vers. 2.23 fix: Allow Reset from Manual Solve
// 23102021 Vers. 2.24 fix: Added missing calculation for manual solve of a self created grid
// 26102021 Vers. 2.25 new: Added ChangeLog Menu Entry
// 27102021 Vers. 2.26 fix: File Menu correction
// 03112021 Vers. 2.27 new: Write a Grid Screenshot to the ClipBoard
// 04112021 Vers. 2.28 new: Choice to save Grid or Grid Image to a file
// 05112021 Vers. 2.29 fix: Fixed early saving or loading of files
// 07112021 Vers. 2.30 new: Add file extension within Browse Dialog if not specified
// 10112021 Vers. 2.31 new: Added UNDO function for manual solve
// 11112021 Vers. 2.32 new: Added REDO function for manual solve (added Button images)
// 12112021 Vers. 2.33 new: Added Recovery Function (recovery if saved file name plus .ori extension)
Have Fun!