frictiaen
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"
Status | Prototype |
Platforms | Windows |
Author | moderngravel |
Genre | Platformer |
Made with | LÖVE |
Tags | 2D, LÖVE, lovejam, lovejam2019, lua, Physics |
Average session | A few seconds |
Inputs | Keyboard |
Download
Download NowName your own price
Click download now to get access to the following files:
frictiaen.love 53 kB
frictiaen-windows.zip 3.7 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 😆