How can I convert input into 14 segment characters using turtle graphics?
I don’t need a complete answer with code pasted in; I just need some ideas for how to go about it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is pretty straightforward. Write a function that draws the complete “union jack” and make it accept up to 14 parameters (or a list thereof) saying which segments should be omitted. For each character, call this function with appropriate number of parameters.