You can support the development on the Github Sponsors page.


WIP > THE TOWER OF EINAR (DEMO)


A short demo of a platformer with no platforms
made by mvu.one
uploaded by mvu_one
added:
updated:
download cartridge
- CLICK TO PLAY -

5


Demo of in-progress platformer-without-platforms.
My first time making / publishing a game, please leave feedback if you have any!

U-2024-02-11: Added mouse/touch input (click left/right of screen)

Comments


jaded_puma

I pressed left when I meant to press right.

Skeptim

The game is very good but too difficult to me.
I changed line 647 in the code to make the character fall slower when on a wall
`if pc.vy > 0.5 then pc.vy = 0.5 end`
I recommend such change that was funnier to me.
However, even that way the level design sometimes require to be pixel perfect and I did not manage to finish.


Post comment