Ludum Dare 24
August 24th-27th 2012 :: Theme: Evolution
Genvaders - celeron55 - 48 Hour Compo Entry
Windows(py2exe) | Python | Windows(cx_freeze) | Timelapse
Your goal is to shoot as many aliens as you can.
After you get rid of one bunch, an evolved bunch of aliens will appear.
The aliens evolve based on how well they hit you and how long they stay alive. You can prevent the aliens from taking too much advantage of it by killing the nastiest ones first and dodging their bullets.
Windows: Completely self-contained zip; no installer; just extract and run.
Linux: Executable python file. Requires pygame.
I'll put the links here in the description too because for some reason they keep disappearing from their regular places:
Windows(py2exe): http://minetest.net/packages/misc/genvaders_win_py2exe_05.zip
Windows(cx_freeze): http://minetest.net/packages/misc/genvaders_win_05.zip
Python: http://minetest.net/packages/misc/genvaders_py_05.tar.gz
Timelapse: http://www.youtube.com/watch?v=xDBGpFPWFOk
View celeron55's journal. | View all entries by celeron55
Ratings
| #235 | Fun | 3.06 |
| #380 | Theme | 2.88 |
| #395 | Audio | 2.33 |
| #396 | Humor | 2.00 |
| #449 | Overall | 2.83 |
| #482 | Graphics | 2.61 |
| #538 | Mood | 2.31 |
| #732 | Innovation | 1.81 |
| #767 | Coolness | 37% |
Comments
by pausing the bat I got to see the errors:
its looking for python files in C:\Python32\lib
im running win7 x86 and don't have any python installed
Hell, for some reason half of my description and all the links keep disappearing from this site... does anyone know what is going on? I'm re-adding them again...
Krise20: It does not require python; it is a cx_Freeze build - it is referring to the original file names of data it copied to the package from the original system. Anyway, win7 x64 - that is useful info.
Could use some background music. I scored it 1 on innovation, I think you know why ;)
madpew: It is not a trivial fix; the error happens in a built-in file of python or pygame - I can't do anything about it other than use a different python-to-exe utility. I'll try py2exe instead of cx_Freeze once I get home.
I have thus far a few reports of it working on Win7 x64, so don't hesitate to try despite of it not working for some people. :-)
I can't play it :/ I get this error:
"UnicodeDecodeError: 'utf8' codec can't decode byte 0x90 in position 2: invalide start byte.
I run windows 7 32bit
py2exe-generated package added - which hopefully works on the remaining computers.
Score: 3360
For me, you cannot do anything wrong with a space-invaders clone. liked it.
now it worked. 2564 points. nice spaceinvaders clone. pretty hard on level 3/4. enjoyed it.
I played it several times in different ways. I saw evolution, and different alien types and behaviours, but I'm not sure that I saw much adaptation to my game play. How did you judge fitness?
badlydrawnrod: You may have stumbled upon the small amount of genes and variable properties - the aliens only have a couple of major killer combinations to evolve into.
Basically the genes of the aliens that managed to hit the player are mixed with the genes of aliens that were not immediately killed, plus some mutation. Of a new bunch, 2/3 of aliens are those inherited ones, and 1/3 in a bunch are randomly generated. The first bunch contains easy aliens in place of the ones that would be inherited.
A bit ago I managed to get 16660 points by continuously avoiding all hits and always killing the nastiest aliens first - it will give you very easy time for long - until you get hit by a very nasty random one - then the hell begins and you are basically doomed. Theoretically you could play infinitely with aliens like the ones in the first group.
It was real fun until the invaders started getting a bit too wise. I put 'em down for good, though, with a quick Alt + F4 to the shins.
Got the link to work, glad I tried again. Nice take on evolutionary space invaders
Awesome, game! It's really addictive! I like how you managed to blend *actual* evolution with an arcade game! Great job! 5*'s for Innovation, Fun and theme.
It just needs a little tweaking. When choosing the next generation, I suggest putting more weight on the survival time and less weight on how well they damage the player. As it is, the player isn't able to affect the breeding that much, and the aliens quickly converge on tearing the player to pieces.
You must sign in to comment.
Apparently the Windows version fails to work on some computers - if it doesn't work for you, leaveing a note here with some general system info would be of great help.