https://github.com/pktcodes/rock-paper-scissors
Developed a human-vs-computer rock paper scissors game in Java, where the user and computer dealt a hand each, giving few chances to the user to shuffle their hand. Built an evaluator (according to the rules) which returns result if the user wins, computer wins or draw in the game.
https://github.com/pktcodes/rock-paper-scissors
Last synced: 8 months ago
JSON representation
Developed a human-vs-computer rock paper scissors game in Java, where the user and computer dealt a hand each, giving few chances to the user to shuffle their hand. Built an evaluator (according to the rules) which returns result if the user wins, computer wins or draw in the game.
- Host: GitHub
- URL: https://github.com/pktcodes/rock-paper-scissors
- Owner: pktcodes
- Created: 2021-01-31T20:12:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T20:53:01.000Z (over 5 years ago)
- Last Synced: 2025-01-02T11:44:29.020Z (over 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors
Developed a human-vs-computer rock paper scissors game in Java, where the user and computer dealt a hand each, giving few chances to the user to shuffle their hand. Built an evaluator (according to the rules) which returns result if the user wins, computer wins or draw in the game.
I have made this project as part my coursework CS214 - Principles of Computer Science