A 2D game made using an inbuilt module in Python named Pygame .
You can download all the frames/sprites by downloading Pygame-Images.zip file.
You can view my step to step making of game as I've uploaded each file step-wise as follows :
- Basic_movement_key_presses.py
- Jumping_and_boundary_contraints.py
- Character_animation_and_sprits.py
- Optimization_and_oop.py
- projectiles.py
- Enemies.py
- Collisions_and_hit_boxes.py
- scoring_and_health_bars.py
- sound_effects_music_and_more_collisions.py
- final_game.py
It's just a simple game, not a very great stuff but it can be a good beginning.