Welcome to the games.py repository! This repository contains a collection of small Python projects designed to help you learn and practice Python programming. Each project is contained within its own folder and includes all necessary files and instructions.
- Language: C
- Description: A simple implementation of the classic Tic-Tac-Toe game.
- Files:
README.md
tic-tac-toe.c
- Language: Python, C
- Description: A number guessing game where the player has to guess a randomly generated number within a certain range.
- Files:
guess_the_number.py
guess-the-number.c
- Language: Python
- Description: A text-based implementation of the Hangman game.
- Files:
hangman.py
To get started with any of these projects, simply clone the repository and navigate to the project folder of your choice. Follow the instructions in the respective README.md
files for each project to run the code.
git clone https://github.com/Real-Yash/games.py.git
cd games.py