This is a multithreaded classic Pong game in C++ using the SFML graphics library.
- ๐ป Single-player mode against the computer.
- ๐ฅ Two-player mode for playing with your friend.
- ๐น Simple and intuitive controls.
- โ๏ธ Basic collision detection and game logic.
- ๐ Score tracking for both players.
- โก Adjustable ball speed.
- ๐ง You need a Linux environment; the game has been tested in Ubuntu (Debian Linux distro).
- For running the game, use the following command in Linux after installing SFML using the command:
sudo apt-get install libsfml-dev- For compiling the program, use the command:
g++ t.cpp -lsfml-graphics -lsfml-window -lsfml-system -o t- To run the executable, use the command:
./tThis project is licensed under the MIT License.
git clone https://github.com/maazkhandev75/ThreadedPong.git

