An open API service indexing awesome lists of open source software.

https://github.com/anc1kr1st/pong_game

A simple 2D game Pong created using SFML library for C++.
https://github.com/anc1kr1st/pong_game

2d-game cpp pong-game sfml

Last synced: 5 months ago
JSON representation

A simple 2D game Pong created using SFML library for C++.

Awesome Lists containing this project

README

          

# Pong Game
## Description
2d pong game created using sfml c++ library. The game was created according to an old udemy tutorial (link is at the end of the description).

## Tools & Library Used
![Static Badge](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white)
![Static Badge](https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![Static Badge](https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white)
![Static Badge](https://img.shields.io/badge/SFML-8CC445?style=for-the-badge&logo=sfml&logoColor=white)

## Preview
image

### Link
[C++ game development course for beginners.](https://www.udemy.com/course/learn-c-game-development/learn/lecture/87142#overview)