Color Palooza
HackBU - Hackathon Project
February 9-10, 2019
Team: Jeff the Turtle
Team Names
Dyandra Allen, Nickolas De Dios, Jordan Huyghue, Zelele Franklin
Project Description
This project is a simple program that takes 3 three letter words and converts them to Ascii values that then become colors. Using an L-system, Jeff the Turtle then draws a picture created by the L-System using the colors.
Inspiration:
Professor Moore and two weeks of learning turtle. (Also, a hackathon generator)
Challenges:
Converting a letter to a bright color because in the beginning, the colors were dark (all in all, Math was a challenge)
Instructions
- First call the file, color.py
- Enter in a three letter word (then do it two more times)
- This should draw the l-System in three different colors.
- Try again with different words for different colors!!!
Program Design
Non-Standard Libraries and Modules Used
*Random, Turtle, L-system
List of Classes
- L-system: The L-system class reads a file that would initialize an L-system. It would then create the L-system and would draw a visualization using a turtle
Log in or sign up for Devpost to join the conversation.