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

https://github.com/frenchbread/pong

Pong game
https://github.com/frenchbread/pong

Last synced: about 1 month ago
JSON representation

Pong game

Awesome Lists containing this project

README

        

### Pong game

> Simple pong game clone built with rust & tetra.

![screenshot](https://raw.githubusercontent.com/frenchbread/pong/main/resources/screenshot.png)

### clone the repo

```
❯ git clone https://github.com/frenchbread/pong.git && cd pong
```

### start

```
❯ cargo run
```

### License

[MIT](https://github.com/frenchbread/pong/blob/main/LICENSE)