⟨❮Function❯⟩

This is a 40+ level platformer game that uses many different mechanics/modifiers. If you are stuck on a level, you can pause the game to see what you have to do.

Controls Keys
^ (up) [^] [W]
< (left) [<] [A]
v (down) [v] [S]
> (right) [>] [D]
(A) [Q] [Z] [space]
(B) [E] [×] [enter]
Reset [shift]+/R-Click\

Here is more detail on the game.

5 Likes

That’s cool. How did you make a tilemap with smaller tiles? Did you just code it manually or is it an extension?

1 Like

Just put this:

namespace userconfig {
export const ARCADE_SCREEN_WIDTH=320
export const ARCADE_SCREEN_HEIGHT=240
}

in JavaScript.

1 Like

They just increased the screen resolution. You can see how by looking at their code.

Damn javascript is like so much more useful than blocks I never realised that

1 Like

No…
I can’t access the Google Doc, since my school blocked it. Can you take a screenshot and put it on here? Or put it in Microsoft Words?

1 Like

lol here you go:




2 Likes

Thank You!!!

1 Like