Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`