Foreseen Yet Unpredictable Invader — First version available!
Hi all!My game is now fully functional and uploaded!
This is not the final version, though: I will select levels (the levels available in this version haven't been tested, or anything), I'll try to add some graphics, sounds, and things like that...
So, how does it work? You are a pilot fighting against aliens with the use of your fighting spaceship! But aliens can't really be killed, since they regenerate as soon as you kill them!
However, your ship's bullets temper with the alien's regeneration process, and will eventually kill them, but cause different mutations in the process, making the invader's attacks change!
Use [CTRL] to fire, [SHIFT] to move slower (and see hitboxes), and [X] to use the bomb system!
Have fun!
(and any feadback would be welcome :))
(log in to comment)
Comments
For some reason, it works fine on my computer. But I've seen this error on a windows box and I've fixed it locally. I'll upload a fixed version soon!
here is the promised beta2!
The aforementioned issue, as well as a few others, should be fixed.
Note that replays from the first beta are not compatible, due to changes in the game logic.
Have fun!
So, The aforementioned issue, as well as a few others, should be fixed.
Note that replays from the first beta are not compatible, due to changes in the game logic.
Have fun!
mihi on 2011/09/17 14:23:
mihi@lenore:/tmp/FYUI$ python run.pyTraceback (most recent call last):
File "run.py", line 17, in <module>
main()
File "run.py", line 11, in main
main_window.screens.append(TitleScreen(main_window.screens))
File "/tmp/FYUI/fyui/screens/titlescreen.py", line 15, in __init__
self.background = pyglet.resource.image(os.path.join('data', 'title_screen.png'))
File "/usr/lib/pymodules/python2.6/pyglet/resource.py", line 481, in image
identity = self._cached_images[name] = self._alloc_image(name)
File "/usr/lib/pymodules/python2.6/pyglet/resource.py", line 425, in _alloc_image
file = self.file(name)
File "/usr/lib/pymodules/python2.6/pyglet/resource.py", line 383, in file
raise ResourceNotFoundException(name)
pyglet.resource.ResourceNotFoundException: Resource "data/title_screen.png" was not found on the path. Ensure that the filename has the correct captialisation.