Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dabcoder/rock_paper

Rock/Paper/Scissors in Python
https://github.com/dabcoder/rock_paper

Last synced: about 2 months ago
JSON representation

Rock/Paper/Scissors in Python

Awesome Lists containing this project

README

        

A simple Rock / Paper / Scissors in Python

3 functions: 1 for the player's choice, 1 for the computer, 1 to compare and display the results

It's "just" a Rock-Paper-Scissors, didn't add the lizard and the spock

To execute with Python 3, type python3 rockpaper1.py