Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 981 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 981 Bytes

Hunt-The-Wumpus

An Arduino implementation of Hunt The Wumpus.

Requirements

Dependencies

Installing

  1. Download the most recent ZIP of the project
  2. Extract the archive
  3. Rename the folder to Hunt_The_Wumpus
  4. Open the sketch in Arduino

Changes

2013-08-29 JG - The program can now be compiled on Arduino 1.0.5 2013-08-29 JG - Rooms can only contain up to one hazard now (fixed the problem that hazards that were present in the same room didn't show up on the screen) 2013-08-29 JG - Added map.txt