generated from mwc/project_drawing
Merge branch 'main' of https://git.makingwithcode.org/slee/project_drawing
This commit is contained in:
commit
d90f4c90c9
23
README.md
23
README.md
|
@ -1,23 +1,12 @@
|
|||
# (Korean Flag)
|
||||
|
||||
(
|
||||
This is the README file for your drawing project.
|
||||
Replace all the text in parentheses with your own text.
|
||||
It's written in a simple language called Markdown,
|
||||
which allows basic formatting.
|
||||
)
|
||||
# Korean Flag
|
||||
|
||||
## Description
|
||||
I share the image of Korean flag. I realize that I don't really know how to draw one without looking at the images, and it has been so long that I have paid close attention to it and the meaning. I decide to pick korean flag for my project to revisit the details of the flag and the meaning of each parts of the flag. My goal is to draw Korean flag (Tae Geuk Gi) using python and relearn the meaning of the flag and the history.
|
||||
(Describe your goal for this project. If you want to link to an
|
||||
image, move the image to this directory, and then use the following syntax:
|
||||
|
||||

|
||||
|
||||
)
|
||||

|
||||
|
||||
## Planning
|
||||
milestone 1: Create yin-yang shape in the center of the Tae Geuk Gi. Learn how to add color.
|
||||
milestone 2: create fuctions, fuction A is written to draw a larger lectangule and the same fuction can be used 6 times (this is what I am hoping). Seceond fuction B is written to draw a smaller rectangle, and this fuction B can be used 12 times.
|
||||
milestone 3: Four coner of the flag requires different composition of larger rectangles and smaller rectangles, and this would be challenging to form a group (I expect four groups), and then rotate each group with different angles. I don't know if I would be able to do this, but I am pretty sure there is a way. Maybe there should be another step between milestone 2 and 3, milestone 2.5 should be creating four groups for the corners. For example, group 1 will be the one upper left corner, so it will need only 3 largers rectanlges, while the upper right corner would ned one larger rectangle and 4 smaller rectangles.
|
||||
(Include your planning here, including your project milestone.)
|
||||
|
||||
- milestone 1: Create yin-yang shape in the center of the Tae Geuk Gi. Learn how to add color.
|
||||
- milestone 2: create fuctions, fuction A is written to draw a larger lectangule and the same fuction can be used 6 times (this is what I am hoping). Seceond fuction B is written to draw a smaller rectangle, and this fuction B can be used 12 times.
|
||||
- milestone 3: Four coner of the flag requires different composition of larger rectangles and smaller rectangles, and this would be challenging to form a group (I expect four groups), and then rotate each group with different angles. I don't know if I would be able to do this, but I am pretty sure there is a way. Maybe there should be another step between milestone 2 and 3, milestone 2.5 should be creating four groups for the corners. For example, group 1 will be the one upper left corner, so it will need only 3 largers rectanlges, while the upper right corner would ned one larger rectangle and 4 smaller rectangles.
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue