https://github.com/valentin271/craypong
Pong game made in C with raylib
https://github.com/valentin271/craypong
game pong raylib retrogaming
Last synced: 7 months ago
JSON representation
Pong game made in C with raylib
- Host: GitHub
- URL: https://github.com/valentin271/craypong
- Owner: Valentin271
- License: gpl-3.0
- Created: 2022-03-29T17:52:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T15:18:58.000Z (over 3 years ago)
- Last Synced: 2025-02-07T01:33:38.363Z (9 months ago)
- Topics: game, pong, raylib, retrogaming
- Language: C
- Homepage: https://valentin271.itch.io/craypong
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrayPong

## Description
Just a simple pong game made with [raylib](https://github.com/raysan5/raylib).
This game tries to be as close as possible to the original game.## Features
- 1 Player
- 2 Players
- Keyboard support
- Gamepad support (Desktop only)
- Touch support (Web only, see [itch.io](https://valentin271.itch.io/craypong))## Controls
### Keyboard
| | Player 1 *left* | Player 2 *right* |
|------|-----------------|------------------|
| Up | `W` or `Z` | `Up` arrow |
| Down | `S` | `Down` arrow |`F3` can be used to show FPS and frame time (*be careful when using on browsers*).
`F12` takes a screenshot (saved in the game's root directory).### Gamepad
The left analog stick or the `up` and `down` arrow buttons can be used.
### Touch
The platform will follow the pressed position.