fueler / pygame_examples

A repository for short pygame drafts, examples, tutorials and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pygame examples

A repository for short pygame drafts, examples, tutorials and more!

Currently, this repository contains a draft lighting system and a particle system.

Gif of the particle effects Gif of the lighting system

Getting started

To get a copy of this repository, simply open up git bash in an empty folder and use the command:

	$ git clone https://github.com/rbaltrusch/pygame_examples

Dependencies can be installed using the requirements.txt as below:

    pip install -r requirements.txt

To run some of the examples, navigate to the respective folder in the code folder, then run main.py.

Python

Written in Python 3.8.3.

License

This repository is open-source software available under the MIT license.

Contact

Please raise an issue for code changes. To reach out, please send an email to richard@baltrusch.net.

About

A repository for short pygame drafts, examples, tutorials and more!

License:MIT License


Languages

Language:Python 100.0%