Skip to content

A useful game engine to create applications easily in pygame.

Notifications You must be signed in to change notification settings

rohan-bansal/PyMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PyMod

A useful game engine to create applications easily in pygame.

For a full tutorial and function descriptions, head over to the wiki. (keep in mind this has not been updated for the past few versions)

Features

  • Pygame initialization and window creation
  • keyboard controller, detects keys
  • mouse controller, detects hover and click sprite actions
  • text controller, easily add and change text to the window
  • sprite class
    • x and y coordinates
    • load image as sprite
    • collide and destroy functions

To-Do

  • Incorporate Physics Engine
  • Sprite velocity

About

A useful game engine to create applications easily in pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages