A text-based RPG for CSC145, written in C++
Install Meson, then run meson setup build
in the repository root.
A directory called build
will be created; run meson compile
inside it to compile the program.
The executable will be <repo root>/build/game
(or game.exe
on Windows).
[ ] Map generation + display [ ] Room design [ ] Menu layout + printing [ ] Monkey Bob [ ] Monster sprites