Welcome to my collection of Python projects! This repository features various Python programs, primarily focused on games I've built over the years. Each project demonstrates different aspects of Python programming, from simple games to more advanced implementations.
A classic Tic-Tac-Toe game where a player competes against a computer that never loses. The best possible outcome for the human player is a draw.
A retro snake game implemented using Python and the pygame library. Control the snake to eat food and grow longer while avoiding collisions with walls or its own tail.
A console-based word guessing game where the player has a limited number of guesses to reveal the hidden word.
A simple game where the player tries to guess a randomly generated number within a specific range. \
There are many more projects and games More projects will be added over time as I continue building and improving them.
To get started with any of the projects in this repository, follow these steps:
- Clone the repository:
git clone https://github.com/dennisephraim/Python_Projects.git - Navigate to the project directory:
cd Python_ProjectsYou should have Python installed to run the projects
- Enter the directory:
cd <project_folder> - To play a game, enter game directory:
cd <game_directory> - Run
python <game_name>.py
Enjoy Playing my games! You can also fork the repo and make cool updates to the games you want.