https://github.com/quiode/pong
pong game with rust and bevy
https://github.com/quiode/pong
bevy game pong rust
Last synced: about 1 month ago
JSON representation
pong game with rust and bevy
- Host: GitHub
- URL: https://github.com/quiode/pong
- Owner: quiode
- License: mit
- Created: 2022-08-20T18:08:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T13:39:28.000Z (almost 4 years ago)
- Last Synced: 2025-04-16T20:54:37.234Z (about 1 year ago)
- Topics: bevy, game, pong, rust
- Language: Rust
- Homepage: https://quiode.github.io/Pong/
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong
## Description
Simple pong game created with [Rust](https://www.rust-lang.org/) and [Bevy](https://bevyengine.org).
## Game
### Movement
- Player 1: `W`, `S`
- Player 2: `Arrow-Up`, `Arrow-Down`
## Build
`cargo build --release`