ryanbhayward / games-puzzles-algorithms

software for CMPUT 355 (initial 396): ugrad course on games, puzzles, algorithms
35 stars 153 forks source link

Add "argument" to TTT CLI initialization #68

Closed dmorrill10 closed 8 years ago

dmorrill10 commented 8 years ago

E.g. gpa-games-cli -g ttt-5 for five in a row TTT.

dmorrill10 commented 8 years ago

ArgParse may have dependent arguments that may work better for this than manually parsing the game key.