Skip to content

Repository files navigation

🎮Python Mini Projects GitHub repo size download

MaintainerOpen PyCharm
Last CommitCommit ActivityPull RequestIssues

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.NameDescription
01Adventure 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.
04Bunny Mad LibMad 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.
02HangmanHangman 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.
05Number Guessing GameIn this Number Guessing Game, the program uses import random
then the user has to guess the correct number within the selected range.
03Programming 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.
06Rock, Paper, ScissorsIn 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).
07Simple Guessing GameSimple 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.