https://github.com/hectorpulido/rust-pong
Pong-like videogame made with Rust and Bevy
https://github.com/hectorpulido/rust-pong
backend gamedev
Last synced: about 1 year ago
JSON representation
Pong-like videogame made with Rust and Bevy
- Host: GitHub
- URL: https://github.com/hectorpulido/rust-pong
- Owner: HectorPulido
- License: mit
- Created: 2021-11-12T12:13:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T18:59:18.000Z (over 4 years ago)
- Last Synced: 2023-03-05T11:08:13.220Z (over 3 years ago)
- Topics: backend, gamedev
- Language: Rust
- Homepage:
- Size: 313 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust pong
Pong-like videogame made with Rust and Bevy

## Features
- Correct Physics
- AI
- Score
- Wasm
## TO DO
- ~~Score~~
- ~~Wasm~~
- Multiplayer
## How to run
* For the desktop version just a `$ cargo run` in the source folder
* For the WASM version run `$ source build.sh` in the source folder
Let's connect 😋