An open API service indexing awesome lists of open source software.

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.

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