Kreatorul Posted October 22, 2006 Share Posted October 22, 2006 (edited) My first game in AutoIt Kind of boring and flickering but it works 10x to CHRIS95219 for the collision detector Edit: Updated: Added a menu and a simple Highscores option...actually it shows the last ten scores. I'll improve it soon Edited October 23, 2006 by Kreatorul Link to comment Share on other sites More sharing options...
theguy0000 Posted October 22, 2006 Share Posted October 22, 2006 nice job The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
_Kurt Posted October 22, 2006 Share Posted October 22, 2006 Wow, very nice! But a little flickering with the carrots, still pretty addictive Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
Kreatorul Posted October 22, 2006 Author Share Posted October 22, 2006 10x guys Link to comment Share on other sites More sharing options...
RazerM Posted October 22, 2006 Share Posted October 22, 2006 Great game. I scored 125 on my first try. Really addictive! My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop. Link to comment Share on other sites More sharing options...
ConsultingJoe Posted October 22, 2006 Share Posted October 22, 2006 great job. I modded it a bit. lol YOUTUBE STYLE Youtube_game.zip Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Busti Posted October 22, 2006 Share Posted October 22, 2006 188 My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
smashly Posted October 22, 2006 Share Posted October 22, 2006 What's up Doc ? Great first game Kreatorul , simple effective and addictive Thank You Cheers Link to comment Share on other sites More sharing options...
Kreatorul Posted October 22, 2006 Author Share Posted October 22, 2006 10x Chris the flickering is gone but it works slower...or is just my bad pc? Link to comment Share on other sites More sharing options...
cppman Posted October 22, 2006 Share Posted October 22, 2006 it goes a bit slower At line 20, i added a AdLibEnable(), Just raise that number to something higher, and it will speed up the game. Miva OS Project Link to comment Share on other sites More sharing options...
Kreatorul Posted October 22, 2006 Author Share Posted October 22, 2006 I noticed the Adlibenable() I allready tried with higher values but then the flickering comes back Link to comment Share on other sites More sharing options...
Slythfox Posted October 22, 2006 Share Posted October 22, 2006 lmao! thats hilarious.. Kreatorul Nice game! Really fun. I fixed the flickering btw, Glad that collision algorithm worked for you! Um, on my computer, running that makes the window go back and forth extremely fast, and gives me a always growing score, so far 2875. Link to comment Share on other sites More sharing options...
cppman Posted October 22, 2006 Share Posted October 22, 2006 lol, forget i posted that. Miva OS Project Link to comment Share on other sites More sharing options...
jvanegmond Posted October 23, 2006 Share Posted October 23, 2006 188 I'm close.. 181 on my first try. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Busti Posted October 23, 2006 Share Posted October 23, 2006 I'm close.. 181 on my first try.My first too My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity Link to comment Share on other sites More sharing options...
imbatmo Posted October 23, 2006 Share Posted October 23, 2006 HotKeySet("{F3}", "_exit") WinActivate("Game") While 1 $pos1 = ControlGetPos("Game", "", 4) $pos2 = ControlGetPos("Game", "", 5) $pos3 = ControlGetPos("Game", "", 6) $max = $pos1[0] If $pos2[1] > $pos1[1] Then $max = $pos2[0] If $pos3[1] > $pos2[1] AND $pos3[1] > $pos1[1] Then $max = $pos3[0] ControlMove("Game", "", 3, $max, 385) WEnd Func _exit() Exit EndFunc This one increases my score to infinity Link to comment Share on other sites More sharing options...
Kreatorul Posted October 23, 2006 Author Share Posted October 23, 2006 Updated added a menu. And now saves the scores everytime. It shows the last ten scores. If you want to see all the scores just open Highscores.txt Link to comment Share on other sites More sharing options...
_Kurt Posted October 23, 2006 Share Posted October 23, 2006 Um, on my computer, running that makes the window go back and forth extremely fast, and gives me a always growing score, so far 2875.I had the same problem..Solution: 1) Save the compressed folder anywhere you want. 2) Open the compressed folder and 'Move' the items in the compressed folderThe opened folder in the temporary files wouldn't function properly for me, I'm guessing you have the same problem. Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
Kreatorul Posted October 24, 2006 Author Share Posted October 24, 2006 Just unzip the files don't run the script from the compressed folder:) Link to comment Share on other sites More sharing options...
dnsi Posted October 27, 2006 Share Posted October 27, 2006 Nice Auto Script. It works!!! My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture Link to comment Share on other sites More sharing options...
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