Josbe Posted June 18, 2004 Posted June 18, 2004 This is a GUI script, just for fun. (Sometimes it's good to relax a bit.) http://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/sshot_mypuzz.jpghttp://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/NOTE:If you still using v3.0.101, download the compiled file. Or download the Unstable version for run the script and improve it. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
CyberSlug Posted June 18, 2004 Posted June 18, 2004 That brings back memories, I wrote something like this years ago in Visual Basic with the following addition: The game started out sorted and you clicked a "Shuffle", button to jumble the board. I had a second button, "Solve," that undid the jumble steps. Perhaps someone with some free time would like to add this feature Another possible feature: Ability to shift an entire row or column at a time. For example, if you clicked on "9" in the above screenshot, then 9,12,2 would all move down. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Josbe Posted June 18, 2004 Author Posted June 18, 2004 Yeah....I like me the last idea. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Administrators Jon Posted June 18, 2004 Administrators Posted June 18, 2004 This is a GUI script, just for fun. (Sometimes it's good to relax a bit.) http://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/sshot_mypuzz.jpghttp://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/NOTE:If you still using v3.0.101, download the compiled file. Or download the Unstable version for run the script and improve it. That's cool Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
cowsmanaut Posted June 18, 2004 Posted June 18, 2004 wicked! certainly starting to show the possibilities of this now.. more than just completing the mundane tasks.. it can amuse you too!! good job! Now who's gonna make tetris heh heh..
emmanuel Posted June 18, 2004 Posted June 18, 2004 Another possible feature:Ability to shift an entire row or column at a time. For example, if you clicked on "9" in the above screenshot, then 9,12,2 would all move down.yeah, if no one figures that one out, I'm getting carple tunnel syndrome! excellent. "I'm not even supposed to be here today!" -Dante (Hicks)
Josbe Posted June 19, 2004 Author Posted June 19, 2004 Number 2 block won't move ?Yeah, because you need the most recent unstable version. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Josbe Posted June 19, 2004 Author Posted June 19, 2004 Thanks for the replies. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
bobheart Posted June 19, 2004 Posted June 19, 2004 Someone write a script that will download the most recent unstable version and install it ..
Josbe Posted June 21, 2004 Author Posted June 21, 2004 Someone write a script that will download the most recent unstable version and install it ..That´s only a idea, if you need a fast update of unstable's files. These files are the most required. You could add some more code, like make a backup of the old files, detect errors, check the AutoIt path(like installed), etc. $main= "AutoIt3.exe" $bin= "AutoItSC.bin" UrlDownloadToFile( "http://www.autoitscript.com/autoit3/files/unstable/autoit/" & $main, @ProgramFilesDir & "\AutoIt3\" & $main) UrlDownloadToFile( "http://www.autoitscript.com/autoit3/files/unstable/autoit/" & $bin, @ProgramFilesDir & "\AutoIt3\Aut2Exe\" & $bin) MsgBox(0, "Completed!", "Downloaded the most recent unstable!") AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
CyberFunk Productions Posted June 22, 2004 Posted June 22, 2004 wow, thats fun, very frustrating though.....lol
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