Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 796 Bytes

CCPROG3 MCO1

This is a project for the course CCPROG3, which focuses on Object-Oriented Programming using Java as the main language. The main objective is to design a gacha simulator with the following elements:

  1. A Gacha machine that facilitates pulling of characters and weapons
  2. Characters that are used to combat enemies; duplicate characters may be merged together so they may be refined
  3. Weapons that give characters additional power; duplicate weapons may be merged together so they may be refined
  4. Resources which are used to level both characters and weapons
  5. Enemies that characters can defeat, which yields resources
  6. Maps where different kinds of enemies are found
  7. Other managers that facilitate merging, levelling, combat and exploration.