Skip to content

christine-lehmann/Python-Mini-Projects

Repository files navigation

🎮Python Mini Projects GitHub repo size download

Maintainer Open PyCharm
Last Commit Commit Activity Pull Request Issues

Python Mini Projects is for beginners. This project was created in PyCharm and Visual Studio Code, it can also access in Replit.

Python Mini Projects

This contains all the mini-game-projects that I've created in python.

No. Name Description
01 Adventure Game A Text-Based Adventure Game
is a type of game in which a player has to
make choices in every step of the game.
The users have options to handle various situations as they
arrive with choices taken by the user in the form of inputs.
04 Bunny Mad Lib Mad libs generator is a fun game
that is usually played by kids.
In this python game user has to enter substitutes
for blanks in the story without knowing the story.
It will be fun to read aloud the stories after filling the blanks.
02 Hangman Hangman is a guessing game in which the objective of
the player is to find out the hidden word.
Every incorrect guess leads to the
decrement of the chances left for the player.
05 Number Guessing Game In this Number Guessing Game, the program uses import random
then the user has to guess the correct number within the selected range.
03 Programming Quiz


The Programming Quiz game asks the player
questions about programming.
At the end of the game, the program will reveal the player’s
final score and save to the leaderboard.
06 Rock, Paper, Scissors In this game, user gets the first chance to
pick the option among Rock, paper and scissor.
After that computer select from remaining two choices(randomly).
07 Simple Guessing Game Simple Guessing Game is a single-player game where goal
is to guess a word from a the given blank spaces.
You need to guess correctly before your chances reaches zero.