I’m currently working on a shootemup style video game. It’s still a prototype. I have been inspired by the arcade game Raiden. The game has only 2 levels for now. The game is playable on PC and mobile.
Here is the link : https://shooter.geraldhoarau.fr/
4 Likes
rich
November 3, 2024, 11:33pm
3
Very cool! You need to add loads more enemies, faster but it’s coming along great!
1 Like
Thank you very much for the advice! I will check this out
New version is online:
New :
background with different sequence
4 levels
debris falls when flying enemies explode
few new enemy types
main menu background
new sprite for the player
added bomb bonus to refill the bombs
Fix :
music intro and loop using markers
the animation tween was still triggering the callback function even when the enemies were dead
enemies were moving to random position after they die
enemies shooting timer has been fixed
same enemies where spawning multiple times
There are still much to do, but the loop works.
2 Likes
a small fix. the map data were taken from the cache. You might have experienced error. It should work now.
Pretty cool, though took a bit finding the hotkeys. Usually most online arcade games use Z X and arrow keys. Keep up the good work!
1 Like
Thank you very much for the feedback. There is a “gameplay” button on the main menu which explains the controls for mobile and desktop.