Skip to content

A collection of small Python projects, showcasing various games and utility applications for fun and learning

License

Notifications You must be signed in to change notification settings

diverintech/python-games

Repository files navigation

Mini-Games

Overview

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.

Requirements

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

Projects

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.

About

A collection of small Python projects, showcasing various games and utility applications for fun and learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages