Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 491 Bytes

pico-wumpus

Hunt the Wumpus for the Raspberry Pico

Building it.

First install the Raspberry Pico SDK. Then

git clone https://github.com/lurk101/pico-wumpus.git
cd pico-wumpus
git submodule update --init
mkdir build
cd build
cmake ..
make

Running it

Use your prefered documented method for loading and running the code on the Pico.

Your terminal program must be set to ECHO mode. Unlike the Linux shell, the Pico does not automatically send back every character it receives.