Line 174: |
Line 174: |
| | | |
| The game can then be run by executing 'python LemonadeStand.py' | | The game can then be run by executing 'python LemonadeStand.py' |
| + | |
| + | ==Game Play== |
| + | After entering the command to run the game the following specials keys are used to actually play: |
| + | *'''<ENTER>''': |
| + | **From the Welcome Screen - Enters the game. |
| + | **From the Main Screen - Enter the store. |
| + | **From the Store Screen - Complete transaction, Leave store. |
| + | **From Daily Log - Submits values entered. |
| + | *'''Arrow Keys''': |
| + | **From the Store Screen - Left and right arrows select a product. |
| + | **From Daily Log - Up and down arrows select a monetary value (dollars, quarters, etc). |
| + | *'''Number Keys''': From the Store Screen - Used to enter the desired quantity of the selected product. |
| + | **From Daily Log - Used to enter the number of dollars, quarters, etc. which make up your profit. |
| + | *'''<h>''': From any screen - Causes a help message to appear or disappear. |
| + | *'''<ESC>''': From any screen - Exits the game. |
| + | |
| + | |
| + | To access the different difficulty levels use the following commands to run LemonadeStand.py: |
| + | *'''Easy''': python LemonadeStand.py -d 0 |
| + | *'''Normal''': python LemonadeStand.py -d 1 |
| + | *'''Hard''': python LemonadeStand.py -d 2 |
| + | *'''Impossible''': python LemonadeStand.py -d 3 |
| | | |
| ==Links and Resources== | | ==Links and Resources== |