Loren Game is a text-based adventure inspired by Colossal Cave Adventure. It showcases data structures like linked lists and sorting algorithms.
- Text-based story navigation.
- Implements linked lists and quicksort.
- Educational gameplay.
- GCC Compiler
- Make
git clone https://github.com/matleal/loren-game.git
cd loren-game
make