Skip to content

Astroloico/JetJumper

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

JetJumper

Source code from https://astroloico.itch.io/jet-jumper code organisation: first you got the setup of pygame and other boring stuff

then you got all pygame surfaces

then you got the map class:

it contains the map.MAP constant, witch is a 1d array representing the whole game map then you got the key class:

it handles the more system variables like bools for the keys it also has a 'reset input()' function that isnt being used in this game then you got the player class:

it handles all th player's phisics, collision and controls then you got the particles class:

it handles creation, phisics and destruction of particles then you got the graphics function

and finally you got the main game loop with the input managet, tick system and main function calls

Releases

No releases published

Packages

No packages published

Languages