Hello !
I made a little platform game on Pico8, first it was supposed to be a survival game but it quickly shifted.
If you guys have any ideas on improvments or bugs. I'm relatively new to Pico8 and LUA and discovered it less than a month ago so my code is a real mess.
I'm making a new game more oriented towards the first idea on my github in the same repository :
https://github.com/thomasbarrepitous/prototype_twd_pico8
Thank you !
The physics are a bit janky, especially jumping and falling. I'm also not entirely sure how I can shoot to the right? I managed it once, but I don't know what I did, haha.
Hey !
Thank you for your comment, I should maybe comment a little bit more about the controls, you need to use O to shoot to the left and X to the right (Or the opposite).
What should I change about the physics ?
> What should I change about the physics?
You kind of glide when your jump while moving. You shouldn't just move forward and down linearly, if that makes sense. You're falling would ideally accelerate to a point where you're moving downward faster than you're moving forward.
[Please log in to post a comment]