In proj02, we managed to refactor the game for multiplayers and move towards a cohesive design in that our functions are able to handle any arbitrary number of players, which improves its extendibility as opposed to the hard coded, two player assumption, before. If future legacy coders were to extend this game, it would be possible with the refactoring of the GUI.
Fixed Issues:
Refactor PokerGameGUI #71 (150 pt) Text Gathering #67 (50 pt) Refactor PokerSinglePlayer #70 (150 pt) Cohesive Design #33
In proj02, we managed to refactor the game for multiplayers and move towards a cohesive design in that our functions are able to handle any arbitrary number of players, which improves its extendibility as opposed to the hard coded, two player assumption, before. If future legacy coders were to extend this game, it would be possible with the refactoring of the GUI.