Skip to content

nyavro/pingpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AKKA modelling Ping pong game.

Given two players. First one sends "Ping" every N millis. Second one answers "Pong" on every M pings sent. Recieving actor often fails with an error. The error is imitated every B millis > N and gets restored with reached amount of pings. After K recieved pongs players switched.

N – delay between pings

B – delay between breaks

M – Pings count to pong

K – count of Pong to switch roles

G – Count of sets for game finish

About

Actors based ping-pong tournament

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages