Skip to content

A game with two independent players 1 & 2, leveraging interprocess communication (IPC).

Notifications You must be signed in to change notification settings

my-personal-project-work/gameof3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gameOf3

A game with two independent players 1 & 2, leveraging interprocess communication (IPC).

Alt Text

GOAL ★

  • When a player starts, it incepts a random (whole) number and sends it to the second player as an approach of starting the game.

  • The receiving player can now always choose between adding one of {-1,0,1} to get to a number that is divisible by 3.

  • Divide it by three. The resulting whole number is thensent back to the original sender.

About

A game with two independent players 1 & 2, leveraging interprocess communication (IPC).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%