Skip to content

Fortee2/LearningPyGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningPyGame

This repository contains a few different python files representing me working through how to implement Pygame in a 2D side scroller.

Dependencies

This code base uses Python 3.6 and Pygame 1.9.4 https://www.pygame.org/

Files

gameCharacter.py

This is a module that contains all of the common attributes and functions that a player object or NPC have in common.

sprite_enemies.py

This is the main game module. It contains the code for getting player input, drawing and moving the background and loading enemies.

experiments folder

Contains older versions of the game where I test a different bit of Pygame functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages