Jump to content

My first game


Kreatorul
 Share

Recommended Posts

My first game in AutoIt :whistle: Kind of boring and flickering but it works ;) 10x to CHRIS95219 for the collision detector :P

Edit: Updated: Added a menu and a simple Highscores option...actually it shows the last ten scores. I'll improve it soon ;)

Edited by Kreatorul
Link to comment
Share on other sites

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

great job. I modded it a bit. lol

YOUTUBE STYLE

Youtube_game.zip

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

lmao! thats hilarious..

Kreatorul Nice game! Really fun.

I fixed the flickering :whistle:

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

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 :whistle:

Link to comment
Share on other sites

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 folder

The 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

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...