Lemon Leak - Pygame

Introduction

Simple Pygame Zero game where the player, a lemon, has to avoid the burgers. Each time a they touch it looses some juice.

Set Up

Details on Pygame Zero can be found here. https://pygame-zero.readthedocs.io/en/stable/

This game also uses a simple particle effects library that is included in the git repository.

Source Code

Source code can be found https://github.com/dojojon/pygame_2020/tree/master/lemon_leak.