Skip to content

PongCraft/alone-pong-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AlonePong in C++

Welcome to the C++ version of AlonePong in the PongCraft! In this implementation, you'll experience the classic Pong game with a unique twist: you control a single paddle that bounces the ball against the bottom and side walls. Enjoy OldSchool stress-free moments.

How to Compile and Run

To compile and run AlonePong and Pong in C++, follow these steps:

  1. Clone or download this repository to your local machine.

  2. Make sure you have g++ (GNU C++ compiler) and the SFML library installed on your system.

  3. Open a terminal or command prompt and navigate to the “cpp” folder.

  4. Compile the source code using the following command for AlonePong:

g++ -o alone_pong alone_pong.cpp -lsfml-graphics -lsfml-window -lsfml-system
  1. After successful compilation, run the game with the following command for AlonePong:
./alone_pong

That’s it! You can now enjoy the game and test your skills in this solo Pong adventure. Use arrow keys to play.

Technologies Used

This implementation of AlonePong is written in C++ and uses the SFML (Simple and Fast Multimedia Library) for graphics and window management.

Feedback and Contributions

If you have any feedback, ideas for improvements, or if you'd like to contribute to this project, feel free to reach out. Your input is highly appreciated!

Thanks for playing AlonePong in C++, and enjoy the game!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages