rpg-combat-pi-01/README.md
2026-06-03 08:41:06 +00:00

9 lines
187 B
Markdown

# RPG Combat
Use this starting template for your implementation of the game rules. Requires Node.js and npm. Install dependencies, then run the tests:
```bash
npm install
npm test
```