generated from mwc/project_drawing
First milestone is done
I finished writing the code for the checker board, the tiles on it, and the playing coins. This part was pretty simple i was just making all the shapes i would need for the board game. Something I figured out how to do was fill in color to what I draw.
This commit is contained in:
12
drawing.py
12
drawing.py
@@ -5,3 +5,15 @@
|
||||
# (Briefly describe what this program does.)
|
||||
|
||||
from turtle import *
|
||||
from shapes import board
|
||||
from shapes import black_tile
|
||||
from shapes import white_tile
|
||||
from shapes import red_coin
|
||||
from shapes import blue_coin
|
||||
|
||||
|
||||
|
||||
blue_coin(10)
|
||||
|
||||
|
||||
input()
|
||||
Reference in New Issue
Block a user