From 562623c713050334470956edb7970a86578f224b Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 Aug 2022 15:07:56 -0500 Subject: [PATCH] Expanded future plans --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d2ca5b..381306f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Info for users: - This is my final project (option 1) for ITSE-1479. - It is a memory game with a graphical interface. +- You can click on a card to flip it. Match 2 cards correctly and the cards will stay flipped. Match all cards to win. +- Scoring: + - When you make an incorrect match, you lose 1 point. + - When you make a correct match, you gain 5 points. Technical info: - This program is written in Python 3, using the turtle module for graphics, and the pygame module for sound and music. @@ -11,6 +15,6 @@ Technical info: - Just wait until the cards flip back over. 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. +- Change 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. +- Expand the game to include a stopwatch. +- Expand score to include number of correct and incorrect matches. \ No newline at end of file