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

https://github.com/matt-d-webb/pong.rs

ChatGPT: basic pong game in Rust
https://github.com/matt-d-webb/pong.rs

Last synced: about 2 months ago
JSON representation

ChatGPT: basic pong game in Rust

Awesome Lists containing this project

README

        

# Pong

A basic pong implementation in `Rust`

## Getting started

### build

```bash
cargo build
```

### run

```bash
cargo run
```

### Example