Skip to content

I wrote a game engine! It's written in python3 using pygame. I mostly wanted to experiment with jump algorithms and collision algorithms.

License

Notifications You must be signed in to change notification settings

phoglund/patriks-basic-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# This is a small game engine where you can jump onto obstacles. It's a
# playground for trying out jumping and collision algorithms.
#
# This is not an officially supported Google product.

# Requirements:
$ pip3 install pygame

# Running game:
$ python3 main.py

# Running unittests:
$ python3 -m unittest discover -p "*unittest.py"

About

I wrote a game engine! It's written in python3 using pygame. I mostly wanted to experiment with jump algorithms and collision algorithms.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages