Expanded future plans
This commit is contained in:
parent
7bdebab0f5
commit
562623c713
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -3,6 +3,10 @@
|
||||||
Info for users:
|
Info for users:
|
||||||
- This is my final project (option 1) for ITSE-1479.
|
- This is my final project (option 1) for ITSE-1479.
|
||||||
- It is a memory game with a graphical interface.
|
- 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:
|
Technical info:
|
||||||
- This program is written in Python 3, using the turtle module for graphics, and the pygame module for sound and music.
|
- 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.
|
- Just wait until the cards flip back over.
|
||||||
|
|
||||||
Future plans:
|
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.
|
- 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.
|
||||||
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.
|
- Expand score to include number of correct and incorrect matches.
|
Loading…
Reference in a new issue