Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maricard18/pong-game
Replica of the Pong Game in C++
https://github.com/maricard18/pong-game
cpp cpp11 pong-game pong-game-cpp raylib raylib-cpp
Last synced: about 1 month ago
JSON representation
Replica of the Pong Game in C++
- Host: GitHub
- URL: https://github.com/maricard18/pong-game
- Owner: maricard18
- Created: 2024-03-09T22:18:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T16:12:34.000Z (9 months ago)
- Last Synced: 2024-09-29T23:41:09.772Z (3 months ago)
- Topics: cpp, cpp11, pong-game, pong-game-cpp, raylib, raylib-cpp
- Language: C++
- Homepage:
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Pong Game**
This project is a replica of the classic Pong Game, originally developed in 1972.
It has been implemented in C++ using the [raylib](https://www.raylib.com/) graphical library.## 🕹️ **Usage**
To play this game you can use the `make run` command.
This rule will generate a `pong` file, which is the zipped version of the game.
You can launch the executable by running the command `./pong`
This project currently supports only **Mac** and **Linux** platforms.## 🎥 **Demo**
## 🧬 **Cloning**
To successfully clone this repository, use this command
```shell
git clone https://github.com/maricard18/pong-game.git
```## Contributing
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests through GitHub.
---
> Feel free to ask me any questions through Slack (**maricard**).
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)