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: about 1 month ago
JSON representation

pong game with rust and bevy

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`