Add link to deployed game to readme
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user