This is my new game, Platformer Builder.You can build a platformer (Mario like game) and then play it.
1 Like
Very cool! I think you should make it so that the platforms aren’t walls in build-mode. I got stuck but realized I could dig myself out with lava.
I set the character to a ghost while in build mode. Does that work?
Also, here an updated version. Just some extra art.
By the way, is there a way to make a block like this? Wall (off/on) on array of all ___ tiles
You can use array of all tiles with a for each loop: https://makecode.com/_a7x3zFKpjif0
Thank you!