https://github.com/divyanshu-rawat/gameof3
A game with two independent players 1 & 2, leveraging interprocess communication (IPC).
https://github.com/divyanshu-rawat/gameof3
interprocess-communication shell-script
Last synced: about 1 year ago
JSON representation
A game with two independent players 1 & 2, leveraging interprocess communication (IPC).
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/gameof3
- Owner: divyanshu-rawat
- Created: 2019-07-29T13:42:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T14:43:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T01:41:21.384Z (over 1 year ago)
- Topics: interprocess-communication, shell-script
- Language: Shell
- Size: 9.46 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameOf3
A game with two independent players 1 & 2, leveraging interprocess communication (IPC).

### 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.