My First Game!

I would love to hear any feedback to make it better, or change it.

6 Likes

This game is pretty fun. My highscore is 62. (Yes I played for that long) The only repetitive bug I’ve found was that if you run into a specific wall and try to move right while touching it, it won’t let you go and will repeatedly push you back.

1 Like

It’s a great little minigame! The loop of running in circles can get repeptivie, though. Maybe more levels!

3 Likes

This is a super cool game! There does appear to be a bug though. Sometimes, after collecting the blue sphere, instead of getting teleported back to the orange sphere, I stay at the blue one.

this game is relly good.
how do you do to make the enemy pass through walls but the player not???

could you give a sugestion on how to fix that? i tried working it out, but it didn’t do anything

There is a function called "ghost through walls. if you go into sprites, click “set MySprite auto destroy off”, you can modify it to say “set MyEnemy ghost through walls on”
Opera Snapshot_2023-09-22_143830_arcade.makecode.com

if you look in the code, you will see a “pause for 160ms” if you hold down a for too long, it will teleport you back. i tried to balance the time, but it was difficult. i found about 160 milliseconds was a good time, but if i ever add to this game, i will make it longer

1 Like

Thank You!!!