Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomice/raylib-pong
A recreation of Pong using raylib
https://github.com/tomice/raylib-pong
Last synced: about 1 month ago
JSON representation
A recreation of Pong using raylib
- Host: GitHub
- URL: https://github.com/tomice/raylib-pong
- Owner: tomice
- License: mit
- Created: 2024-05-15T04:44:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-15T04:47:15.000Z (8 months ago)
- Last Synced: 2024-10-15T12:18:20.448Z (3 months ago)
- Language: C
- Size: 8.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Raylib Pong
The following is just a simple version of Pong written in C for learning
purposes to test out Raylib. Also written using Visual Studio 2022 on a Windows
machine which is not my normal programming environment. For fun.## Requirements
Some modern-ish C compiler, cmake, ability to download, etc.
Pre-built binaries coming soon. Maybe. For now, you'll need to build from source.
## Usage
Build using `cmake` and run. Further info TBD.
## Controls
Player 1 is controlled with W and S keys. Player 2 is controlled with Up and Down keys.
## Author
Game and music written by Tom Ice.
## License
This is under the MIT License. See actual license file for more information.
## Credits
Wouldn't be possible without Raylib. More info here: