Open wai-lau opened 6 years ago
There should me a MoveIntepreter class so that the user controls are not all routed to GridsController.
Now they're mapped to GamesController since I removed Grids, seems OK so far Games is not yet bloated...
But there's another issue with the process_move function in the Grid model, maybe it shouldn't be there...
There should me a MoveIntepreter class so that the user controls are not all routed to GridsController.