https://github.com/amari-calipso/pong-plus-plus
Pong++ - A game inspired by https://www.lessmilk.com/almost-pong/
https://github.com/amari-calipso/pong-plus-plus
2d-game 2d-graphics cython game python python3 raycasting
Last synced: 2 months ago
JSON representation
Pong++ - A game inspired by https://www.lessmilk.com/almost-pong/
- Host: GitHub
- URL: https://github.com/amari-calipso/pong-plus-plus
- Owner: amari-calipso
- License: mit
- Created: 2022-03-16T11:37:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T20:21:36.000Z (4 months ago)
- Last Synced: 2025-02-19T21:26:42.500Z (4 months ago)
- Topics: 2d-game, 2d-graphics, cython, game, python, python3, raycasting
- Language: Opal
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong++
Pong++ - A game inspired by https://www.lessmilk.com/almost-pong/to run, open or compile `PongPlusPlus.opal` using the opal compiler.
to jump, you can press space, enter, w, the up arrow, or you can click on the window;
to sprint, you can press c, z, the left and right arrows, or you can right-click on the window.if the game is running at a low framerate, you can disable raycasting by setting the `raycasting` field of settings.json to `false`,
or increase the number of frames in which the light is not updated, by changing the `update-each` field (1 by default).