Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaultecki/py-example-pong
kivy pong adaptation
https://github.com/vaultecki/py-example-pong
kivy multiplayer pong-game python udp
Last synced: about 2 months ago
JSON representation
kivy pong adaptation
- Host: GitHub
- URL: https://github.com/vaultecki/py-example-pong
- Owner: vaultecki
- License: apache-2.0
- Created: 2024-12-09T20:21:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:35:03.000Z (about 2 months ago)
- Last Synced: 2024-12-19T19:34:46.946Z (about 2 months ago)
- Topics: kivy, multiplayer, pong-game, python, udp
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-example-pong
kivy pong adaptation
- based on https://kivy.org/doc/stable/tutorials/pong.html
- added multicast to find player in local network
- multiplayer over udptry it out:
- git clone
- git submodule update --init
- python main.py