Skip to content

Basic 2D physics based game engine in Python3 with pygame and pybox2d

License

Notifications You must be signed in to change notification settings

danwardvs/pyengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyengine

Basic 2D physics based game engine in Python3 with pygame and pybox2d.

Supports mouse/keyboard input, creation of 2D physics objects, creating a window.

Dependencies

  • pygame
  • pybox2d

Usage

Test demo can be found src/main.py. Run with python3 main.py.

demo image

About

Basic 2D physics based game engine in Python3 with pygame and pybox2d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages