8000 GitHub - Nawho/Pong: Pong, with single and multiplayer mode!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nawho/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong (In Dev)

The classic arcade game is brought to life again with C++ and SDL2, providing an entertaining gaming experience with both singleplayer and multiplayer modes. Prepare yourself for some intense, retro-inspired paddle action! 🏓

Gameplay & Controls 🕹️

The round will be played until a player scores 11 points or the timer runs out. When the timer runs out, the player with most points will win. You can choose singleplayer mode, to test you skills facing an AI-controlled opponent. (May include difficulty levels in the future) or multiplayer mode to play locally with your friends or familiy.

Singleplayer controls: move your paddle with [W] or [↑] and [S] or [↓]

Multiplayer controls: one player moves their paddle with [↑], [↓] and the other [W], [S]

Installation 📥

Simply want to play?

Perfect! Go to "Releases" and download the appropiate version for you operating system. Have fun!


Want to download and tweak the code?

For now, you can clone the repository, download the necessary libraries: SDL2, SDL_mixer and SDL_ttf and the configure the dependencies manually to work in VS Code (recommended) or wherever you prefer. In the future, I will add CMake to the project for this to be easier. For now, be patient.

Release History 📜

Latest Changes

  • Version 1.0.0 (Initial Release)
    • Classic Pong gameplay in singleplayer mode with a simple yet challenging AI.

Collaboration & contributions 🤝🏻

For now, the project is not open for contributions, but you can fork the repo and use it for you own version or project.

Planned features 🚀 & known bugs 🐛

Planned features

  • Multiplayer mode.
  • Infinite mode.
  • A set of different levels with increasing difficulty for singleplayer mode.

Known bugs

  • Ball can glitch when the paddle hits it vertically because of the way the collisions are implemented.

License

This project is licensed under the MIT License.

About

Pong, with single and multiplayer mode!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0