leovantoji / pygame-template

Basic game template for PyGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyGame Template

GitHub issues badge GitHub forks badge GitHub stars badge GitHub license badge

What is this?

This is a basic project template for PyGame It contains the basic pygame setup, the basic game loop, and input and sound helpers.


Usage

Clone this repo

git clone https://github.com/ArtBIT/pygame-template

Install PyGame if you haven't already

python3 -m pip install -U pygame --user

And run the main.py

python3 src/main.py

Credits

Intro sound is from https://freesound.org/s/438921/ licensed under CC0 1.0 license.

License

MIT

About

Basic game template for PyGame

License:MIT License


Languages

Language:Python 100.0%