Flappy UFO
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).
This is an Amstrad CPC+ entry. You will need the emulator Winape32 to run this. There are instructions in the readme file inside.
You are controlling a UFO by basically flapping at the space bar like a maniac :)
Hit the obstacles and the energy is drained and then you have to restart. Every level gets more narrow and after level 8 you just loop from the beginning (but the score still counts).
Well that's it. It could evolve more (add sounds, maybe bonus or enemies with the remaining sprites, maybe fix some bugs) but I think it's too late now and I had enough fun playing with CPC+ and discovering the cool stuff you can do with this machine.
p.s. Also, source included. In Winape32 assembler (press F3 to open) you can copy the source and then click F9 for compile & run. Warning, if you touch a lot of stuff it will crash, even some static values that control the game mechanics. A lot of weird stuff happening, no time to have better error checks.
p.p.s. Maybe if I have time I'll look at a Web Solution. There are online CPC emulators out there, I just have to look how to link with them along the DSK.
You are controlling a UFO by basically flapping at the space bar like a maniac :)
Hit the obstacles and the energy is drained and then you have to restart. Every level gets more narrow and after level 8 you just loop from the beginning (but the score still counts).
Well that's it. It could evolve more (add sounds, maybe bonus or enemies with the remaining sprites, maybe fix some bugs) but I think it's too late now and I had enough fun playing with CPC+ and discovering the cool stuff you can do with this machine.
p.s. Also, source included. In Winape32 assembler (press F3 to open) you can copy the source and then click F9 for compile & run. Warning, if you touch a lot of stuff it will crash, even some static values that control the game mechanics. A lot of weird stuff happening, no time to have better error checks.
p.p.s. Maybe if I have time I'll look at a Web Solution. There are online CPC emulators out there, I just have to look how to link with them along the DSK.