Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathik/rps-go
Rock Paper Scissors in Go
https://github.com/prathik/rps-go
algorithm algorithms golang numberphile rock-paper-scissors
Last synced: about 1 month ago
JSON representation
Rock Paper Scissors in Go
- Host: GitHub
- URL: https://github.com/prathik/rps-go
- Owner: prathik
- Created: 2018-02-16T07:37:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T07:37:22.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T14:26:36.786Z (3 months ago)
- Topics: algorithm, algorithms, golang, numberphile, rock-paper-scissors
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
Rock Paper Scissors game in Go.
Computer doesn't play completely randomly!
If the computer wins it plays what the user played in the next game.
If it loses it plays the third option apart from the two played in the current game.
This has been shown to lead the best result for an unaware human https://www.youtube.com/watch?v=rudzYPHuewc&t=283s