I'm bored

Post small game ideas I could code… Please

1 Like

smash bros story mode

1 Like

maybe a metroid game if yk what that is

1 Like

pac man

2 Likes

A game where you create your own music IN the game to do something idk…

2 Likes

I don’t think smash bros story mode is very easy to make correct me if I’m wrong tho

2 Likes

how about one of those google doodle games recreated into makecode

1 Like

I like the music and google doodle ideas… I’ll merge them and I’m working on it! Don’t expect it to be good… Should be ready in 4 days. I’ll update tommorow and the next days, cant work on it tonight though

3 Likes

Update 1: I found the Sevastian Bach google doodle (here it is: https://doodles.google/doodle/celebrating-johann-sebastian-bach/ ) and it is about making a melody, then an AI makes a song with it. Personnally never got the AI to load me anything, but my idea with this is:

  • A platformer that every time you do an action, it makes a sound
  • At the end, the game plays your song with a few additions to make it sound good

For now, I’ve coded this: https://arcade.makecode.com/S31563-35694-94301-25163 just the musical part (still half done)

I do not understand why it doesnt work… Someone enlighten me, the AI cant help me

btw it is saying that the sprite that creates music (the bar) doesnt exist on the check every 100ms block even though i spawn it at the start block

You don’t create the SongPlaySounds sprite in on start.

1 Like

Never mind, I got it! And you’re right, @AlexK I thought it was asking for SongCreateSounds… Anyway I fixed it and now it isn’t in a loop block, but in a When sprite overlaps othersprite block

Here: https://arcade.makecode.com/S31563-35694-94301-25163

Tomorrow I’ll do the platformer part!

Also, the goal of this game isnt to do a good song, its to make one while having fun

2 Likes

make doodle popcorn

2 Likes

Sorry I haven’t posted in so long, I had important exams to study for, and I did send an update 2 days ago, but forgot the link so it didn’t get sent…

Anyway, here is the version 2: https://arcade.makecode.com/S31563-35694-94301-25163

Problem: The bar that plays your sounds is Food type and when the Food type touches any of the notes, it’s supposed to make a sound and destroy the “othersprite” but it doesn’t work… Can anyone help?

2 Likes

okay… the issue is that the sprites are related to camera. if you remove those blocks it should work but then the sprites don’t stay on screen (if not working still then destroy the “otherSprite” variable). @richard why is this happening? does the hitbox collision just break when sprites are related to camera?

1 Like

we deliberately don’t run collisions on relative to camera sprites

2 Likes

Oh okay… Thanks @richard!

Well I know how to fix it then but I dont wanna. Consider this game finished =)

3 Likes