TMGE is a Java SDK designed to allow developers to implement variations of the popular tile matching game mode. This includes games like Tic Tac Toe, Candy Crush, Tetris, and more.
The following is a tutorial of how to compile and execute the games we've developed: Tic Tac Toe & ConnectFour
Execute TicTacToe.jar by running java -jar TicTacToe.jar
Execute ConnectFourMain.jar by running java -jar ConnectFourMain.jar