Skip to content

OthelloGame in Java that uses multithreading and sockets. You need to start the server first, which is the file ServerStart from the folder src/ss/othello/networking/server and enter a port number. After that you need to start at least 2 instances of the class OthelloTui in the folder src/ss/othello/ui to be able to play a game.

Notifications You must be signed in to change notification settings

Crrina/OthelloGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

OthelloGame

OthelloGame in Java that uses multithreading and sockets. You need to start the server first, which is the file ServerStart from the folder src/ss/othello/networking/server and enter a port number. After that you need to start at least 2 instances of the class OthelloTui in the folder src/ss/othello/ui and enter the portnumber and server adress (localhost if it is on the same machine) to be able to play a game. Note there is another class called OthelloTui in src/ss/othello/game/localTUI if you want to play the game locally without using sockets and connecting to server.

About

OthelloGame in Java that uses multithreading and sockets. You need to start the server first, which is the file ServerStart from the folder src/ss/othello/networking/server and enter a port number. After that you need to start at least 2 instances of the class OthelloTui in the folder src/ss/othello/ui to be able to play a game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages