joel99 / Team_2D

Risk - Joel Ye and William Xiang
0 stars 1 forks source link

'Parse' Method #5

Closed wxiang54 closed 8 years ago

wxiang54 commented 8 years ago

We require a parsing method to parse user input and filter out driver-related tasks from generic commands. We can either implement this method in Game.java, Util.java, or Risk.java.

All 3 have drawbacks:

We're defining the parse method in Game.java for convenience, but open to change.

wxiang54 commented 8 years ago

Game.java is obvious winner, being the most convenient and with little time to make major structural changes.