Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 862 Bytes

File metadata and controls

34 lines (21 loc) · 862 Bytes

python-playground

A personal Python learning space. This repository collects games, exercises, and small projects built while studying the language — growing over time as new concepts are learned and applied.

Projects

Games

Project Description
Rock, Paper, Scissors Terminal game against the computer with input validation and replay loop

Stack

  • Python 3.13

Running a project

# Install Python if you haven't already
# https://python.org/downloads

# Run any script directly
python games/pedra_papel_tesoura.py

Author

Thiago Henrique Rover LinkedIn · GitHub

License

This project is licensed under the MIT License. See the LICENSE file for details.