Project information

  • Category: Front End
  • Project date: Nov 23, 2020
  • Project URL: Github Link

Medieval RPG Game

This battle-themed role-playing game was my first Python coding project. It is deployed solely in the terminal, promting the player to select the next stage of the game for themselves. Using a while loop for the main flow of the game, the user inputs a number for which action they wish to take next. The use of classes allowed for new enemy characters to be included in the game. Until the hero runs out of points, the player will continue battling it out in the terminal.

Technologies: Python