9 lines
186 B
Markdown
9 lines
186 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
|
|
```
|