pyBegin / projects / jokenpo

Jokenpo (Rock, Paper, Scissors)

A console card-based rock-paper-scissors game (in Portuguese) where you can play against the computer or watch a simulated match between two players.

47 linesRunnable

Jokenpo (Rock, Paper, Scissors)

A console card-based rock-paper-scissors game (in Portuguese) where you can play against the computer or watch a simulated match between two players.

How to run

python main.py

Dependencies

Standard library only.

Pyodide-runnable

Yes — it is a pure-stdlib console game using only input() and print().