← Back to projects

Tp-rpg

GitHub

RPG console in Java (exam).

This is an exam project in Java to create a console-based role-playing game (RPG). 📚 Description The goal of the project is to develop a playable console RPG where the player controls a hero facing an endless stream of randomly generated enemies in turn-based combat. The objective is to defeat as many enemies as possible before dying. At the end of the game, the score (number of enemies defeated) is displayed and saved to a file associated with the player's name. ❌ Challenges * Making the code modular and reusable * Identifying the different classes and interfaces * Thinking through the use of Design Patterns