Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quiode/pong
pong game with rust and bevy
https://github.com/quiode/pong
bevy game pong rust
Last synced: 30 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T13:39:28.000Z (over 2 years ago)
- Last Synced: 2024-11-06T07:28:04.499Z (3 months 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`