so this is cyclone my arcade shooter type game
if you need controls its the d pad to move the red/blue dot. (a) to shoot.
in single player mode the (B) button will end the game but if the second player mode it will make you shoot
try to avoid the green dots that go towards you or the cyclone
the goal is to get the highest score you can
there is no stopping point similar to Pac man
ADDED:
new blue/cyan enemy that bounces around
level system (every 15 enemies defeated level passed)
1-up system (every 5 enemies defeated you get a 1 up)
way to win (by beating 12 levels)
Ahh this game rules! It’s super fun and definitely feels like a classic arcade game that someone (me, haha) could spend hours playing. The text display looks great, and I love the variety of enemies (green ones are my least favorite to fight) and the mechanic of having the bullets go towards the cyclone adds a lot of depth to the game!
A powerup that changes your projectile! It could be a spread of three smaller projectiles, or a random chance of shooting a bonus projectile that seeks out the nearest enemy, or a larger projectile with a slower “reload” rate (forced pause between shooting).
Powerup that’s a temporary shield for the turret or the target
In later levels, enemies that take multiple hits to destroy
I also took a quick peek at your code, and noticed one small thing. The interval in this on game update block:
is only calculated once at the start of the game. Each time you restart the game, it will pick a random value, but that value won’t change over the course of the game (so if it picks “1”, an enemy will spawn every 5000ms for the rest of that run). If you want the interval to change each time you spawn an enemy instead, you will need to use a forever loop with a pause, like this:
thanks so much @shakao for the suggestions, and I think its great you played!
p.s.
it’s fine if you mess with the code and add stuff and if you do please give me the link!
thanks again, @shonco.
Really cool game, I love the mechanic of the bullets going towards the middle, it’s really challenging, but also interesting. Can’t wait for the next update!
quick note:
I won’t post as often on Monday and Wednesday so just remember that.
also I won’t be answering comments innless you put @JRT intel further notice because of school.
ADDED:
graphics for player and enemies
a starting sfx
P.S.
I started using pico-8 for coding also. so I may not be posting/working on stuff as often. Happy coding !