/tic-tac-toe

Desktop online tic-tac-toe game

Primary LanguageKotlin

Desktop application with UI

Implementation of the Tic Tac Toe game with network multiplayer.

To run the application, you need:

  • ./gradlew server:run
  • ./gradlew client:run