/10-print-python-pygame

Recreating 10 PRINT in Python 3 and Pygame

Primary LanguagePython

10 PRINT in Python 3 with Pygame

Re-creating 10 PRINT in Python 3 and Pygame

Inspired by the book 10 PRINT.

Generates the following:

10 Print

Blog post and video walkthrough available at Make Art with Python

Requirements

Pygame and Python 3

Install Pygame on any operating system with:

$ pip install pygame