World race

Just modified some base functions.

  • spr() : the easiest one, place pico8 dot by dot drawing to MCA imageBlit, and plus flip support.
  • sspr(): besides modifies in spr(), support color pico8 replacing with a temp image.
  • rectfill() and hline(): a little more complex, cause pico8 fill support a bit pattern mode. In short, just remake it, from dot by dot drawing, to drawing only one pattern first and then duplicate it to fill area else.
2 Likes

This is amazing! This game always looked really cool to me, but my computer was too slow for me to play it. This version runs great on my computer!

3 Likes

I dont know why this is not regarded as one of the GOAT’s of Makecode

5 Likes

Best. Racing. Game. Ever.

3 Likes

Because it’s a pico-8 game :joy:

2 Likes

Does anyone have any idea how to implement a radio or something? This game needs some music, I am not saying that it’s not a good game, I just saying Music adds a lot to it. I have some sounds for accelerating, but not sure how to implement them. Could someone provide an example of some sound(s) playing when the player accelerates/slow down?

this is probably a stupid question, but this runs at 4 fps on my xtron, so can you make it the first 3 tracks only and remove the tokens system? like, a remake?

2 Likes

oh, and also, can you please remove all racers exept for 3? like 1v1v1?

2 Likes