Mike Silverstone
James Sheard
Used to track your table tennis rankings within Infinity Works. Also, it's one of the grad projects!
Download Python 2.7
make build
Python command: python main.py
Example use: python main.py -w Dan -l Ben -lb sky_bet
Arguements | Longer Arg | What it does |
---|---|---|
-w -l | --win --lose | Sets who won and lost the game. Both variables needed |
-gl | --getladder | Get's the current state of the ladder |
-h | --help | Help file in CLI |
-lb | --leaderboard | Selects which leaderboard to save to |
We have some unit tests written. This will test if logic works.
Command | Description |
---|---|
make build | |
make test |