Course Work 3  1.0.0
Adventure Game
Adventure Game

A CLI adventure game.

The Rust implementation of the library can be found here.

Building

Requirements

Cmake Cmake is used to compile the program. You can download cmake here.

Compiling

git clone https://github.com/ecyht2/EEEE2065-cw3.git
cd EEEE2065-cw3/
cmake . && cmake --build .

Usage

After compilation a directory bin/ should be created in the repository. To run it, run the command.

bin/adventure-game

Documentation

Documentation of the coursework can be found in the project GitHub pages.

TODO

  • [ ] Command Class
  • [ ] Event Based Game
  • [ ] GUI/TUI
  • [ ] More overloads
  • [ ] Setters using smart pointers
  • [ ] Rooms using smart pointers