robske110 / TicTacToe

Play TicTacToe with the help of item frames.
https://poggit.pmmp.io/p/TicTacToe
GNU Lesser General Public License v3.0
6 stars 3 forks source link

ToDo on architectural problems #18

Open robske110 opened 4 years ago

robske110 commented 4 years ago

-GameManager doesn't actually manage games (the games array is not even ever read from) -PlayerManager does things GameManager is supposed to do -Arenas should not be freed before players are teleported away -Players array should have TTTPlayer objects

-Introduce ArenaManager?