[Announcement] MakeCode Arcade Mini Game Jam #11 - Five second games redux!

I have, it was challenging but I beat it in about 10 attempts.

4 Likes

This is my submission!

3 Likes

Here’s my submission:
Eat Flies! Eat at least 5 to win!

3 Likes

New updated version

  • Added eating animation
  • Score count
  • Should be more balanced
6 Likes

YES!!! I just won! :trophy:

2 Likes
4 Likes
4 Likes
3 Likes

I beat It!

2 Likes

Here’s my submission

and my friend Eden’s

4 Likes

My game jam game!

4 Likes

Here’s my entry!

Pretty simple game as you can see. hope you all enjoy! and yes, I did just join this forum.

3 Likes
3 Likes

Welcome! Also… the game is meant to be only five seconds long.

2 Likes

Thanks to ChimbroDaPro for reminding me!

3 Likes

(This is an updated version)

2 Likes

Does anyone know how to start an animation at a random frame?

I’m not the greatest at making the most optimized code, but I’ll try to help.
I know that all animations are actually just arrays, so if you could get an array to count up after starting at a random spot, you could get an animation to do it

2 Likes
5 Likes

The built-in animations always start at frame 1. You would have to make your own array of images to play as an animation, then pick a random value to start at.

2 Likes