- Create src/magical-objects/magical-object-types.ts with DamageDealer and Healer interfaces - MagicalWeapon implements DamageDealer - HealingObject implements Healer - Character depends on interfaces instead of concrete classes
RPG Combat
Use this starting template for your implementation of the game rules. Requires Node.js and npm. Install dependencies, then run the tests:
npm install
npm test
Description
Languages
HTML
99.4%
TypeScript
0.5%