mattiadg / BoardGames

Two-players board games with AI engines. A project for learning software development in C++ and game programming.
Other
11 stars 13 forks source link

[TicTacToe] Client/Server refactoring #4

Open mattiadg opened 6 years ago

mattiadg commented 6 years ago

If you are keen on working on network code, please feel free to refactor the code in a client/server fashion. This may be needed for #2 implementing a GUI.