Add link to deployed game to readme

This commit is contained in:
Peter Stockings
2026-01-05 22:21:54 +11:00
parent 4b9dfa98b5
commit d9da9f69a5

View File

@@ -1,5 +1,7 @@
# Rogue # Rogue
**[Play Online](https://rogue.peterstockings.com/)**
A roguelike dungeon crawler built with TypeScript, Phaser, and Rot.js. A roguelike dungeon crawler built with TypeScript, Phaser, and Rot.js.
## Getting Started ## Getting Started
@@ -42,12 +44,13 @@ We strive to maintain a high quality of code. Please follow these guidelines whe
```bash ```bash
git checkout -b feature/my-new-feature 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 ```bash
bun run verify bun run verify
``` ```
3. **Add Tests**: Ensure that new functionality is covered by unit tests.
### Running Tests ### Running Tests
To run the test suite manually: To run the test suite manually: