Skip to content

ExcitedSpider/Tic-Tac-Toe-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T3 Game.

This is a multi-player tic-tac-toe game implemented in Java. Key features include:

  • Online matching mechanism for multiple players and multiple rooms.
  • Read-time ranking board.
  • Chatting with your opponent.
  • Gracefully handle disconnect and reconnect of players.
  • Reactive UI layout.
  • Use only javaRMI and Sockets for networking.

Please refer to Software Manual for full specification.

Preview: Preview

Structures:

  • src/main/java/T3: The UI client powered by JavaFX
  • src/main/java/T3Sever: The backend server which handles multiple player connections.
  • src/main/java/interfaces: The common interfaces which used both in the client and the server.
  • src/main/java/models: The common models which used both in the client and the server.

That's all, thank you for reading it.

About

A multi-player tic-tac-toe game implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published