Skip to content

dennisephraim/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Projects

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.

Projects

Tic-Tac-Toe

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.

Snake Game

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.

Hangman

A console-based word guessing game where the player has a limited number of guesses to reveal the hidden word.

Number Guessing Game

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.

Installation

To get started with any of the projects in this repository, follow these steps:

  1. Clone the repository: git clone https://github.com/dennisephraim/Python_Projects.git
  2. Navigate to the project directory: cd Python_Projects You should have Python installed to run the projects

Usage

  1. Enter the directory: cd <project_folder>
  2. To play a game, enter game directory: cd <game_directory>
  3. Run python <game_name>.py

Enjoy Playing my games! You can also fork the repo and make cool updates to the games you want.

About

Complete python tasks to improve my python skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages