| Crates.io | api-shooter-game |
| lib.rs | api-shooter-game |
| version | 0.1.0 |
| created_at | 2025-06-01 09:21:56.388889+00 |
| updated_at | 2025-06-01 09:21:56.388889+00 |
| description | Shooting game with REST API concepts |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1696994 |
| size | 55,104 |
A simple action game where you shoot enemies using HTTP methods. Built with Rust.
Main gameplay - scan enemies and attack with HTTP methods
Shoot enemies with GET, POST, PUT, DELETE attacks. Each enemy has a weakness to a specific HTTP method - find it and exploit it for critical damage.
# Clone and run
git clone https://github.com/your-username/api-shooter-cli.git
cd api-shooter-cli
cargo run