Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizh-queiroz/pong
https://github.com/luizh-queiroz/pong
2d 2d-game game games pong pong-game raylib raylib-c video-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/luizh-queiroz/pong
- Owner: LuizH-Queiroz
- License: mit
- Created: 2022-11-14T15:36:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T14:44:58.000Z (about 2 years ago)
- Last Synced: 2024-11-08T02:53:37.237Z (3 months ago)
- Topics: 2d, 2d-game, game, games, pong, pong-game, raylib, raylib-c, video-game
- Language: Makefile
- Homepage:
- Size: 815 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong
This is a simple Pong game made in C with [Raylib](https://www.raylib.com/), where two players must play agains each other (not possible to play against the computer).
The game uses Finite State Machine with three states:
- Serve: a player needs needs to press ENTER key to start playing;
- Game: the actual gameplay;
- End: congrats the winner and offers to restart the game.
## Credits
Development:
- [LuizH-Queiroz](https://github.com/LuizH-Queiroz)
- [GuiMunizPB](https://github.com/GuiMunizPB)
- [Luanamero](https://github.com/Luanamero)Sounf Effects:
- The Sound Effects were taken from [CS50's Introduction to Game Development](https://cs50.harvard.edu/games/2018/), specifically from [Pong](https://cs50.harvard.edu/games/2018/projects/0/pong/) lecture
## About the License
You are free to use, share, modify and build upon this project as long as you give credit to all of the authors listed in *Credits* section