Skip to content

A program that will randomly generate and then solve a game of Mastermind.

Notifications You must be signed in to change notification settings

Mythicaeda/CSC375-Proj3-Mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

CSC375-Proj3-Mastermind

A program that will randomly generate and then solve a game of Mastermind.

Solution in Parallel runs on a single machine and uses RecursiveTasks.

Solution in Cluster requires a cluster of three machines to run. It will also need the Host and Port field modified in both the Client and Server, as they're hard coded for the school server. Also, don't use the TCP code as reference, I took Parallel before Networking and didn't understand how to properly close a TCP connection at the time, so someone usually ends up throwing an exception during shutdown.

Client.java contains the main method in Cluster/Client.

About

A program that will randomly generate and then solve a game of Mastermind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages