Skip to content

GlitchyGames is a Python3 native Pygame engine and tool kit that focuses on code readability and ease of use. It includes a scene manager, enhanced sprite functionality, and enhanced event handling.

License

Notifications You must be signed in to change notification settings

terrysimons/glitchygames

Repository files navigation

GlitchyGames Engine

Development

It's recommended to use pyenv or a venv for development.

To set up a local development environment:

Linux/macOS Virtual Environment

python3 -m venv venv
source venv/scripts/activate

Windows Virtual Environment

python3 -m venv venv
venv/Scripts/activate

Install Development Package

Once you have an environment created, link the local source tree with pip.

pip install -e .

About

GlitchyGames is a Python3 native Pygame engine and tool kit that focuses on code readability and ease of use. It includes a scene manager, enhanced sprite functionality, and enhanced event handling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages