https://github.com/frenchbread/pong
Pong game
https://github.com/frenchbread/pong
Last synced: about 1 month ago
JSON representation
Pong game
- Host: GitHub
- URL: https://github.com/frenchbread/pong
- Owner: frenchbread
- License: mit
- Created: 2022-09-09T12:28:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T14:03:33.000Z (over 2 years ago)
- Last Synced: 2025-02-11T19:36:18.556Z (3 months ago)
- Language: Rust
- Size: 461 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Pong game
> Simple pong game clone built with rust & tetra.

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