Created a simulation in Python's graphics module (turtle) with classes of creatures and lights. Using basic object oriented programming concepts such as inheritance, I had creatures that were ...
This is just a little project I work on in my free time. Mainly for easy access in the future but it'll (Hopefully)become publically available at some point. I based this library on a project I did in ...
Often, someone has written code that can be used in other programs. In Python, these are called modules. We will be using a computer graphics module called graphics.py to help us draw pictures easily ...