Both the Test project and the Blazor project, wants to call functions like "StartGame" and "DoMove" etc ... But the Blazor project, needs to send these commands over HTTP requests, whereas the Test Project, calls the engine directly. Implement an interface for the engine with an abstract method "RunCommand"
Both the Test project and the Blazor project, wants to call functions like "StartGame" and "DoMove" etc ... But the Blazor project, needs to send these commands over HTTP requests, whereas the Test Project, calls the engine directly. Implement an interface for the engine with an abstract method "RunCommand"