A text-based adventure game inspired by Fighting Fantasy-style books.
This project was built to practise object-oriented programming and game logic in Python.
- Text-based adventure gameplay
- Player choices
- Game files and structure
- Python classes and objects
- Python
- Object-Oriented Programming
- Classes
- Game logic
- File organisation
- Problem solving
This project helped me understand how object-oriented programming can be used to organise a larger program.