Quarterback Career RPG

What is it?

A command line RPG where the user can create their own American football quarterback. The user can simulate the career of their created quarterback, while making all of the decisions along the way. Key decisions include daily activities such as training and recovery. Weekly activities include football games. The user has to maintain the health level of the quarterback. The health level starts at 500, but decreases for every training session and every hit the quarterback takes in football games.

How was it created?

Java is used for the whole game. I used this project to get used to Object-Oriented programming principles, as there were over 20 classes used. I had to map the relations between all of these classes and add interactions between them in order for the RPG to function properly.

Gallery

Coming Soon!