#!/usr/bin/env python # coding: utf-8 # # PyGame # - third-party package that is used in Game development using Python # - must install using pip - https://www.pygame.org/download.shtml # - pip install pygame # # - see: http://openbookproject.net/thinkcs/python/english3e/pygame.html # - see pygame folder within the repository to run the provided source codes # In[ ]: