diff --git a/README.md b/README.md index 46cdc0d..ac29c6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rogue +**[Play Online](https://rogue.peterstockings.com/)** + A roguelike dungeon crawler built with TypeScript, Phaser, and Rot.js. ## Getting Started @@ -42,12 +44,13 @@ We strive to maintain a high quality of code. Please follow these guidelines whe ```bash git checkout -b feature/my-new-feature ``` -2. **Run Verification**: Before merging your changes, run the verification script to ensure type safety and pass all tests. + +2. **Add Tests**: Ensure that new functionality is covered by unit tests. + +3. **Run Verification**: Before merging your changes, run the verification script to ensure type safety and pass all tests. ```bash bun run verify ``` -3. **Add Tests**: Ensure that new functionality is covered by unit tests. - ### Running Tests To run the test suite manually: