Skip to content

🌐 | Distributed computing server enabling clients to play Fizz Buzz over the network

Notifications You must be signed in to change notification settings

Davide64-dev/FEUP_CPD_FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Distributed Computing Project

The development of this program is part of the curriculum for Parallel and Distributed Computing course.

Run Server

javac -d bin -cp bin:lib/ $(find src -name "*.java") 
java -cp bin game.GameServer <PORT>

Run Client

javac -d bin -cp bin:lib/ $(find src -name "*.java") 
java -cp bin game.GameClient <IP> <PORT>

About

🌐 | Distributed computing server enabling clients to play Fizz Buzz over the network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages