From 7bdebab0f50a4d82afcbdd9daa774c5ed6ea75c6 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Aug 2022 15:04:10 -0500 Subject: [PATCH] Updated README again to make non-ideal behavior sound like it's not a bug (it's not) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42b75f3..5d2ca5b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ Info for users: Technical info: - This program is written in Python 3, using the turtle module for graphics, and the pygame module 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. -- Game behavior: If you make an incorrect match, the cards will flip back over after 1 second. However, if you click on a card while the incorrect match is still face up, nothing will happen. +- Notable game behavior: If you make an incorrect match, the cards will flip back over after 1 second. However, if you click on a card while the incorrect match is still face up, nothing will happen. - Just wait until the cards flip back over. - - This is not a bug, and the program will not crash, but it is not the ideal way I'd like the program to function. - - I'm working on changing this to function how I'd like (a queue of cards to flip over after the incorrect match is flipped back over), but it is not completed yet. + +Future plans: +- I'll eventually expand the game behavior to a queue of cards to flip over once the incorrect match is flipped back over instead of just waiting for the cards to flip back over. 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.