We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9ee73 commit c9bd94cCopy full SHA for c9bd94c
README.md
@@ -6,7 +6,19 @@ Some simple games for fun and for practicing python
6
## SeatingChart
7
This program creates a seating chart from a list of guests and the friendships between the guests.
8
9
-Usage from the terminal: $ python -m seatingchart.seatingchart
+Usage from the terminal:
10
+```
11
+$ python -m seatingchart.seatingchart <excelfilein> <excelfileout>
12
13
+
14
## Chimp
15
16
+A simple game where you try to bounce a chimp and keep
17
+him off of the floor. To play you use the arrow keys to move the
18
+fist and you hit the chimp up by hitting spacebar.
19
20
+To run type in the terminal in the directory with the chimp5.py file,
21
22
+$ python chimp5.py
23
24
0 commit comments