Eigensheep Posted July 8, 2013 Share Posted July 8, 2013 Hello everyone, Just a little recreation of the Space Invaders game. I'm sure it's been done before (?) but it's good practice to do it myself! There's no sound because I wanted to try to keep it to a single .au3 file and I'm pretty sure you can't generate your own sounds. The controls are: ENTER - play game LEFT/RIGHT - move left or right SPACEBAR - fire Any ideas on how to optimise it would be great, I wanted to add the barriers that you usually get to hide behind but it was becoming too slow. And of course, if I've got any rules wrong then feel free to correct it... space invaders v2.au3 UEZ 1 Link to comment Share on other sites More sharing options...
UEZ Posted July 8, 2013 Share Posted July 8, 2013 (edited) Well done Eigensheep! Add sound to get more atmosphere (possible with a single au3 file) and a small explosion animation when ship was hit. Br, UEZ Edited July 8, 2013 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted July 8, 2013 Share Posted July 8, 2013 Works fine ! it reminds me of old games that I played... Thanks to share AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Eigensheep Posted July 9, 2013 Author Share Posted July 9, 2013 Thanks for the feedback UEZ! I'll take a look at using Beep() to generate some sounds for it... Glad you enjoyed playing wakillon Link to comment Share on other sites More sharing options...
Shaggi Posted July 9, 2013 Share Posted July 9, 2013 That is seriously cool. I really love the nostalgic feel of it, very good job. Ever wanted to call functions in another process? ProcessCall UDFConsole stuff: Console UDFC Preprocessor for AutoIt OMG Link to comment Share on other sites More sharing options...
Lakes Posted July 10, 2013 Share Posted July 10, 2013 Very Good!, brings back memories of playing Space Invaders in the Pub. V2.5 add sound (midi explosion sound?) V3.0 Animation! 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
gero Posted September 24 Share Posted September 24 I updated the code and put it to credit with the 5 key, I left the screen resolution free to be changed and made some improvements to the code space invaders v3-.au3 Link to comment Share on other sites More sharing options...
FadeSoft Posted September 25 Share Posted September 25 This is really neat and it runs smoothly! 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