Welcome to the Game Collection repository! This collection includes classic games implemented in Python using the Pygame library. Feel free to explore and play these games.
This is a classic Pong game featuring player controls, a computer opponent, ball movement, collisions, scores, and multiplayer support.
-
Clone the repository:
git clone https://github.com/jusot99/Game.git cd Game
-
Install the required dependencies:
pip install pygame
-
Run the Pong game:
python PongGame/main.py
-
Run the server for multiplayer mode:
python PongGame/server.py
For more details, check out the Pong Game README.
Hangman Game is a word guessing game where players attempt to guess a hidden word by suggesting letters.
-
Clone the repository:
git clone https://github.com/jusot99/Game.git cd Game
-
Run the Hangman game:
python HangmanGame/main.py
For more details, check out the Hangman Game README.
Snake Game is a classic snake-eating-food game with features like snake movement, apple generation, scoring, and level progression.
-
Clone the repository:
git clone https://github.com/jusot99/Game.git cd Game
-
Install the required dependencies:
pip install pygame
-
Run the Snake game:
python SnakeGame/main.py
For more details, check out the Snake Game README.
This Game Collection is released under the MIT License.
Enjoy playing the games!