This repository contains a collection of mini projects developed in Python. Each project is designed to explore different concepts and features of the language. Below is a list of the projects included in this repository.
These projects were developed using PyCharm and require Python 3 to run.
To play a game, navigate to the respective folder in your terminal and execute the following command:
python3 NAME_OF_FILE.py
This repository contains a collection of mini-projects implemented in Python. Click on the title to go directly to the game's folder and access a more detailed README.
A classic game where players choose rock, paper, or scissors and see who wins.
A word-guessing game where players try to guess a hidden word before running out of attempts.
An implementation of the Caesar cipher encryption technique.
A simple calculator that performs basic arithmetic operations.
A quiz game that tests your knowledge with multiple-choice questions.
A fun turtle race simulation using the Turtle graphics library.
An interactive game where players guess the names of the U.S. states.