Jet Jumper
A downloadable game for Windows and Linux
This is my first python game. It was made with the limitation of having only one python file, and not a single texture, so all you see is just a bunch a rectangles (and some pygame text).
Controls:
WASD to move around, the bar a the left indicates you jetpack:s fuel.
print('Have fun!')
Status | On hold |
Platforms | Windows, Linux |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | Astroloico |
Genre | Platformer |
Tags | Royalty Free, Simple |
Download
Install instructions
Make sure you have python AND pygame installed. To install pygame, once you have python install go to your terminal / powershell and type pip install pygame. you should see a message telling you that everything as been downloaded. Now you can have fun playing the game :)
Development log
- Version 0.3Feb 29, 2024
- Version 0.2Sep 14, 2023
Comments
Log in with itch.io to leave a comment.
interesting and minimalist, but this game is great as example of physics. So i think it's worth to check out your code, because i don't want to use something like box2d for simple physics a la mario super bros.
If you want the code, I would recommend you to wait a few days because i am currently working on it. The new version will include a brand new collision system witch is waaaaay faster.
that's great! would be nice to see it!
Tanks :) Once I have finished it I will post it on GitHub. I will keep you on updated! :)
i used to implement my physics in my platformer game(posted here on itch) and it works, but it feels too hard and requires time to master jumping skill, so that's the reason why i look for something better. I could use Box2d, but it's overkill for platformers with simple physics.
I finished the new engine :) It now handles particles fx. I’ll post it this afternoon on itch and gitub :)