Skip to content

Commit c9bd94c

Browse files
committed
Update README.md
1 parent 5b9ee73 commit c9bd94c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Some simple games for fun and for practicing python
66
## SeatingChart
77
This program creates a seating chart from a list of guests and the friendships between the guests.
88

9-
Usage from the terminal: $ python -m seatingchart.seatingchart
9+
Usage from the terminal:
10+
```
11+
$ python -m seatingchart.seatingchart <excelfilein> <excelfileout>
12+
```
13+
1014
## Chimp
1115

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+
```
1224

0 commit comments

Comments
 (0)