From d9da9f69a59c07feebd3dce322d8e85b19fe1e9c Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Mon, 5 Jan 2026 22:21:54 +1100 Subject: [PATCH] Add link to deployed game to readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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: