Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 852 Bytes

File metadata and controls

10 lines (8 loc) · 852 Bytes

🎮 Java_RolePlayingGame

🧱 Project background

In this martial arts-themed RPG project, players assume the role of one of the characters in the story and complete quests in the training phase to meet the requirements.

📚 Project content

-1- Design the program framework, with the user interface for front-end interaction and the backend for response and execution functions.
-2- Database design, pre-build table specifications, and establish connections.

✨ Project highlights

A complete RPG game basic gameplay has been implemented, including character system, weapon system, and quest system. The character system supports attribute selection, level up, and combat power viewing. The quest system supports random monster challenges. The weapon system uses equipment to improve character attributes.