Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacatro/pong
Nothing special, just Pong.
https://github.com/pacatro/pong
Last synced: 1 day ago
JSON representation
Nothing special, just Pong.
- Host: GitHub
- URL: https://github.com/pacatro/pong
- Owner: Pacatro
- Created: 2024-02-28T01:14:46.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T07:07:09.000Z (9 months ago)
- Last Synced: 2024-04-29T08:27:24.974Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
Nothing special, just Pong.
## How to play
> [!WARNING]
> You must have [Rust](https://www.rust-lang.org/es/tools/install) installedClone this repository
```terminal
git clone [email protected]:Pacatro/pong.git
cd pong
```Run the game
```terminal
cargo run
```## Libraries used
- [Bevy](https://bevyengine.org/)
- [Rapier](https://rapier.rs/)## TODO
- [x] Add MainMenu button to pause menu (system to restart all the game)
- [x] Add counter at start playing
- [ ] Add multiplayer (So far away right now)