Faustvii Posted February 8, 2006 Posted February 8, 2006 its like a puzzle so just try and see how many moves you can do it in
cdkid Posted March 11, 2006 Posted March 11, 2006 (edited) Yay, i beat 9x9 in 35 moves (proof attatched) arg, it wont upload right... i'll zip it and then try. there we go ~cdkid Edited December 13, 2006 by Jon AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
techguy86 Posted March 13, 2006 Posted March 13, 2006 Awesome Game. May AutoIt know no bounds. How about Sudoku scripted in AutoIt. Anyone want to take that project on? I'm currently working on a Suduko solver, but creating the game might be beyond me right now. My Programs:Dissolve (Updated 5-30-06)Credit Card Validator (Not created as of yet)Master Lock Combination Cracker (Updated 7-08-07)Go Site-Seeing:My Website: - Click Here
cdkid Posted March 13, 2006 Posted March 13, 2006 I believe there is a Suduko somewhere in Scripts & Scraps. (by SlimShady i think) ~cdkid AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
seandisanti Posted March 14, 2006 Posted March 14, 2006 I believe there is a Suduko somewhere in Scripts & Scraps. (by SlimShady i think)~cdkidyes, i've seen atleast 2, slimshady's being the most recent
layer Posted March 20, 2006 Posted March 20, 2006 nice nice, i just found out what a seduko puzzle is as it was extra credit in math class.. i just tried it and by accident got 4x4 in 4 moves im gonna try 5 now FootbaG
mikidutza Posted March 27, 2006 Posted March 27, 2006 I got sent this simple invertor game created in AutoIt. I think it's well done and looks pretty pro.The attached file is a setup which installs the game and help files - the script is an exe but I've checked it and it's safe your game is very goood, keep up the good work!!!
rambo3889 Posted April 7, 2006 Posted April 7, 2006 Yes it is good My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight!
hoang anh Posted May 17, 2006 Posted May 17, 2006 I'm new member, and my English not good . So i post my question here, Plz help me !!! I have problem when write code. I want computer understand that : When right mouse click, computer will do something ( exam : sleep(500), send("{F1}") .... )
JoshDB Posted May 17, 2006 Posted May 17, 2006 I'm new member, and my English not good . So i post my question here, Plz help me !!!I have problem when write code. I want computer understand that :When right mouse click, computer will do something ( exam : sleep(500), send("{F1}") .... )You should post in Support...Search for _IsPressed() on the forums and read the Help File on Functions, While/WEnd Loops, Sleep(), and If/Else/Endif statements. Ha, I haven't been on these forums since... 2006, almost. Behold, my legacy signature:My AutoIt idol is Valuater. You know you love him, too.My Stuff: D&D AGoT Tools Suite
PeoN Posted June 8, 2006 Posted June 8, 2006 Very well done I have made many Warcraft III hacks :) ie ghoul, hunt, footmen, grunts rushing bots :D
AutoItKing Posted June 19, 2006 Posted June 19, 2006 (edited) AutoIt never ceases to amaze! Edited June 19, 2006 by AutoItKing http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Emiel Wieldraaijer Posted January 24, 2007 Posted January 24, 2007 Nice game .. but some bugs thought i should mention it Start game - press menu help and select about, no don't close it .. press Ctrl A and again .. 100% CPU load .. and unable to exist program .. futher .. the HotKeys.. i think those are buggy when ... i minimize the game . i still can press the F1 key or Ctrl A and the help file will show or the about screen will display Emiel Wieldraaijer Best regards,Emiel Wieldraaijer
desaku Posted March 4, 2007 Posted March 4, 2007 AutoIt is great! Especially for people who eat ramen. expandcollapse popupMsgBox(0+64,"DISCALMER",'Although it says "Ramen Timer", use it for things other than ramen.') GUICreate("Ramen Timer", 400, 300, 200, 100) GUISetState(@SW_SHOW) $timer = GUICtrlCreateLabel(" Ramen Timer",0,0,400,100) GUICtrlSetFont($timer, 36, 450, 2 , "Tahoma") $file = GUICtrlCreateMenu("File") $start = GUICtrlCreateMenuitem("Start! Alt+S",$file) $help = GUICtrlCreateMenu("Help") $about = GUICtrlCreateMenuitem("About...",$help) $exit = GUICtrlCreateMenuitem("Exit! Alt+F4",$file) GUICtrlCreateLabel("Minutes",100,80,100,20) $naka = GUICtrlCreateInput("3",100,100,100,20) GUICtrlCreateUpdown($naka) GUICtrlCreateLabel("Seconds",200,80,100,20) $nuka = GUICtrlCreateInput("0",200,100,100,20) GUICtrlCreateUpdown($nuka) $heading = GUICtrlCreateInput("Note to self...",0, 200, 400, 20) GUICtrlCreateLabel("Input the heading for the reminder.", 0, 175, 400, 20) $message = GUICtrlCreateInput("...check on ramen.",0, 250, 400, 20) GUICtrlCreateLabel("Input the message for the reminder.", 0, 225, 400, 20) $example = GUICtrlCreateButton("Display Message",140 , 135, 100, 25) HotKeySet("!s","start") $naki = GUICtrlRead($naka) $nuki = GUICtrlRead($nuka) Break(0) While 1 $msg = GUIGetMsg() if $msg = $GUI_EVENT_CLOSE Then ExitLoop EndIf if $msg = $start Then $min = GUICtrlRead($naka)*60000 $sec = GUICtrlRead($nuka)*1000 MsgBox(0+64,"Notice","Set timer to: " & $min/60000 & " min." & $sec/1000 & " sec.") GUISetState(@SW_HIDE) Sleep($min + $sec) GUISetState(@SW_SHOW) MsgBox(0+64,GUICtrlRead($heading),GUICtrlRead($message)) EndIf if $msg = $about Then MsgBox(0, "Timer", "Created by David Nuon. (C) 2007") EndIf if $msg = $exit Then ExitLoop EndIf if $msg = $example Then MsgBox(0+64,GUICtrlRead($heading),GUICtrlRead($message)) MsgBox(0+64,"Hey","That is what the reminder will look like") EndIf WEnd GUIDelete() Func start() $min = GUICtrlRead($naka)*60000 $sec = GUICtrlRead($nuka)*1000 MsgBox(0+64,"Notice","Set timer to: " & $min/60000 & " min." & $sec/1000 & " sec.") GUISetState(@SW_HIDE) Sleep($min + $sec) GUISetState(@SW_SHOW) MsgBox(0+64,GUICtrlRead($heading),GUICtrlRead($message)) EndFunc
desaku Posted March 4, 2007 Posted March 4, 2007 Anybody see anything wrong with the "Ramen Timer" code?
Achilles Posted May 9, 2007 Posted May 9, 2007 (edited) AutoIt is great! Especially for people who eat ramen. MsgBox(0+64,"DISCALMER",'Although it says "Ramen Timer", use it for things other than ramen.') GUICreate("Ramen Timer", 400, 300, 200, 100) GUISetState(@SW_SHOW) $timer = GUICtrlCreateLabel(" Ramen Timer",0,0,400,100) ... I'll need this for when I go to college! I like the Invertor game, it's challenging and well created! Edited May 9, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
i542 Posted May 21, 2007 Posted May 21, 2007 I got sent this simple invertor game created in AutoIt. I think it's well done and looks pretty pro.The attached file is a setup which installs the game and help files - the script is an exe but I've checked it and it's safe http://www.autoitscript.com/forum/index.ph...amp;showfile=24well thats something I call cool game i542 I can do signature me.
nf67 Posted May 26, 2007 Posted May 26, 2007 Wow, must have been a long script ( I didn't choose include the .au3 file)
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