@ -189,6 +189,8 @@ void handleGame(){
int* params = getMarkerParameters( input );
setBoardMarker( GAME.board, params );
free(params);
printBoard();
}
@ -201,6 +203,8 @@ int startGame( int code ){
bool board[BORAD_SIZE][BORAD_SIZE];
initializeBoard( board );
while( GAME.currentState == 1 ){
handleGame();