A text-based RPG made in Assembly for a university assignment. This is a fully functional RPG with various features, including:
- Level, experience & stat system
- Exploration System
- Random number generation based Combat & Encounters
- Scaling difficulty
- Shop & Gold System
- High Score System
1.make
2.make qemu
Terminal with ability to run/compile X86 Assembly code
QEMU
The following game library was used to make this project. The only code that is mine is in game.s under src/game which includes all the actual game code.