jonesy30 / MSc-Masters-Team-Project

Project for the Top Trumps MSc Team Project
0 stars 3 forks source link

Split GameplayController class into GameplayController and GameplayControllerAbstract (2) #21

Open jonesy30 opened 5 years ago

jonesy30 commented 5 years ago

So the GameplayController can be used with the online view, an abstract class is needed. Split this controller into an abstract class and a gameplay controller (CLI)

jonesy30 commented 5 years ago

Contained on the Yola-GameplayFunctionality branch

Note: more methods may need to be converted to abstract and moved to the GameplayControllerCLI class as more is found out about the online stuff, this task is just an initial split