Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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) installed

Clone 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)