Skip to content

jusot99/Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Game Collection

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.

Pong Game

Python

Pygame

License

This is a classic Pong game featuring player controls, a computer opponent, ball movement, collisions, scores, and multiplayer support.

Getting Started

  1. Clone the repository:

    git clone https://github.com/jusot99/Game.git
    cd Game
  2. Install the required dependencies:

    pip install pygame
  3. Run the Pong game:

    python PongGame/main.py
  4. Run the server for multiplayer mode:

    python PongGame/server.py

For more details, check out the Pong Game README.

Hangman Game

Python

License

Hangman Game is a word guessing game where players attempt to guess a hidden word by suggesting letters.

Getting Started

  1. Clone the repository:

    git clone https://github.com/jusot99/Game.git
    cd Game
  2. Run the Hangman game:

    python HangmanGame/main.py

For more details, check out the Hangman Game README.

Snake Game

Python

Pygame

License

Snake Game is a classic snake-eating-food game with features like snake movement, apple generation, scoring, and level progression.

Getting Started

  1. Clone the repository:

    git clone https://github.com/jusot99/Game.git
    cd Game
  2. Install the required dependencies:

    pip install pygame
  3. Run the Snake game:

    python SnakeGame/main.py

For more details, check out the Snake Game README.

License

This Game Collection is released under the MIT License.

Enjoy playing the games!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages