Skip to content

A learning exercise on threads and concurrency in Java for nerdy gamblers.

Notifications You must be signed in to change notification settings

jmia/parallel-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

parallel-blackjack

This teeny little headache was the first assignment for 6th semester Parallel Processing, and is meant to demonstrate some of the fundamentals of thread communication, monitors, synchronization, and locks through the use of Java Object's wait(), notify(), and notifyAll().

Program Arguments

client: [number of players] (e.g. 2)

server: [ip address] [port number] (e.g. 127.0.0.1 61013)

About

A learning exercise on threads and concurrency in Java for nerdy gamblers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published