api-shooter-game

Crates.ioapi-shooter-game
lib.rsapi-shooter-game
version0.1.0
created_at2025-06-01 09:21:56.388889+00
updated_at2025-06-01 09:21:56.388889+00
descriptionShooting game with REST API concepts
homepage
repository
max_upload_size
id1696994
size55,104
enumura (enumura1)

documentation

README

API Shooter Game

A simple action game where you shoot enemies using HTTP methods. Built with Rust.

Screenshots

API Shooter Gameplay
Main gameplay - scan enemies and attack with HTTP methods

What is this?

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.

Quick Start

# Clone and run
git clone https://github.com/your-username/api-shooter-cli.git
cd api-shooter-cli
cargo run

Controls

  • WASD: Move
  • 1: GET (scan enemy weakness)
  • 2: POST (attack)
  • 3: PUT (strong attack)
  • 4: DELETE (ultimate, limited ammo)
  • ESC: Quit

How to Play

  1. Use GET (1) to reveal enemy weakness
  2. Attack with the weakness for critical hits
  3. Dodge incoming HTTP error attacks
  4. Defeat enemies to progress

Dependencies

License

MIT License

Commit count: 0

cargo fmt