From ab0589ddf219b2005509fe44dcd4e442a153d91e Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Aug 2022 13:29:52 -0500 Subject: [PATCH] Updated with more info --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a84621e..82018d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ## Memory Game -This is my final project (option 1) for ITSE-1479. -Instead of using the provided cardback.png image, I used a photo of one of my turtles as the card back. +This is my final project (option 1) for ITSE-1479. + +- It is a memory game written in Python, using the turtle module, and pygame.mixer for sound and music. +- Instead of using the provided cardback.png image, I used a photo of one of my turtles as the card back. + +One last note: Sorry if this README file looks weird. I can't see what I'm writing, because the preview in PyCharm isn't working.