Skip to content

SonK4m3/java-websocket-dots-and-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dots-and-boxes-java-socket

A websocket server for android app

protocol

The protocol folder contains the ClientProtocol.java and ServerProtocol.java classes. These classes define the communication protocols between the client and server, ensuring that data is exchanged correctly and consistently.

server

The server folder houses the DotsAndBoxesServer.java class, which manages the WebSocket server for the game. This class is likely responsible for handling incoming connections, managing rooms, and facilitating communication between clients.

Util

The Util folder includes the Util.java class, which likely contains utility functions used throughout the project. These functions may include common tasks that are reused in different parts of the codebase.

About

Websocket Java for Dots and boxes Game

Topics

Resources

Stars

Watchers

Forks

Languages