Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.51 KB

PingPong Game

Welcome to the PingPong Game! This is a simple game built with C# and the raylib-cs library. Follow the instructions below to get started and enjoy playing.

Installation

Before running the game, make sure you have the following prerequisites installed on your system:

  1. .NET SDK and Runtime: Ensure that you have the .NET SDK and Runtime installed. You can download and install them from the official .NET website.

  2. raylib-cs: If you don't have the raylib-cs library installed, run the following command in your terminal or command prompt to add the package:

    dotnet add package Raylib-cs

Getting Started

Follow these steps to run the PingPong Game:

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/ibrahim317/PingPongGame.git
  2. Navigate to the Project Folder: Change into the project folder by running:

    cd PingPongGame
  3. Run the Game: Execute the following command to run the game:

    dotnet run

Enjoy playing PingPong! Feel free to explore and modify the code to enhance your gaming experience.

License

This PingPong Game is licensed under the MIT License. Feel free to use and modify the code as per your needs. If you encounter any issues or have suggestions, please open an issue. Happy gaming!