
Beep Boop
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Made in 5 hours, didn't know python before ;).
For linux, python and pygame are required. I ran using python 2.7.5, 2.7.6 should also work, but isn't tested. Windows executables are pending.
controls:
arrow keys: movement
spacebar: shoot
f : fullscreen
alt-f4 : shutdown -- only works while not in fullscreen
r : restart game
For those wondering why 'the shooting is broken', you can have as many bullets on the screen as there are enemies on the screen. So you only have one bullet per enemy. Once a bullet disappears you can use it again.
For linux, python and pygame are required. I ran using python 2.7.5, 2.7.6 should also work, but isn't tested. Windows executables are pending.
controls:
arrow keys: movement
spacebar: shoot
f : fullscreen
alt-f4 : shutdown -- only works while not in fullscreen
r : restart game
For those wondering why 'the shooting is broken', you can have as many bullets on the screen as there are enemies on the screen. So you only have one bullet per enemy. Once a bullet disappears you can use it again.