Jump to content

Recommended Posts

Posted

This is a GUI script, just for fun. :)

(Sometimes it's good to relax a bit.) :D

http://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/sshot_mypuzz.jpg

http://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. :huh2:

Posted

:D 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 :huh2:

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!
  • Administrators
Posted

This is a GUI script, just for fun.  :lol:

(Sometimes it's good to relax a bit.) :D

http://www.autoitscript.com/fileman/users/public/!Josbe/_misc/MyPuzz/sshot_mypuzz.jpg

http://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 :huh2:
Posted

wicked! certainly starting to show the possibilities of this now.. more than just completing the mundane tasks.. it can amuse you too!! :)

good job! :huh2:

Now who's gonna make tetris :D

heh heh..

Posted

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)

Posted

Someone write a script that will download the most recent unstable version and install it ..

Posted

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. :D

$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!")

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...