Waidhoferj / hunt-the-wumpus-nannou

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hunt the Wumpus

The classic strategy game written in Rust using Nannou. Your goal is to collect all of the gold in the dungeon while avoiding bottomless pits and monstrous Wumpi. When adjacent to a pit or Wumpus, you will feel a breeze or smell a stench.

Controls

  • Arrow keys to move.
  • Space bar to pick up gold.
  • Enter to fire an arrow.

Getting Started

  1. Install Rust
  2. Clone the repo: git clone
  3. Install dependencies: cargo install
  4. Start the game: cargo run --release

About


Languages

Language:Rust 100.0%