A downloadable game for Windows

Download NowName your own price

If it's two games I played a lot as a child, it was super monkey ball, and marble blast ultra. I wanted to bring this into a proof of concept in two dimensions. Preserving the friction based nature of movement, while adding some verticality, and some totaljerkface.com -esque physics. It was a lot of fun developing this for #lovejam2019. I learned how cute lua is in just 72 hours.

On Ubuntu, you must run from the command line. "love frictiaen.love"

Download

Download NowName your own price

Click download now to get access to the following files:

frictiaen.love 53 kB
frictiaen-windows.zip 3 MB

Comments

Log in with itch.io to leave a comment.

Hi! Wonderful game!And I love Super Monkey Ball too!

I see your source code using io.lines() at level.lua. You should use love.filesystem.lines() instead of io.lines() so read file in archive(.love).

Thanks!

omg thanks so much! i was having so many problems with file IO. first time using lua 😆