Skip to content

Commit 83f52ca

Browse files
authored
Blackholio import - README updates (#2947)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 4115658 commit 83f52ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

demo/Blackholio/DEVELOP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please make changes and submit pull requests to the root repository at [SpacetimeDB/demo/Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio). The [Blackholio repository](https://github.com/clockworklabs/Blackholio) is only a mirror.

demo/Blackholio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ If you just want to checkout the final project and play around a bit, follow the
3333
2. Start SpacetimeDB in a separate terminal with `spacetime start`.
3434
3. Clone this repository:
3535
```bash
36-
git clone https://github.com/ClockworkLabs/Blackholio.git
37-
cd Blackholio
36+
git clone https://github.com/ClockworkLabs/SpacetimeDB.git
37+
cd SpacetimeDB/demo/Blackholio
3838
```
3939
4. Publish the server logic. You can either publish the csharp server or the rust server.
4040
```bash

modules/benchmarks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This provides the various modules used for benchmarking SpacetimeDB, with the cr
99

1010
### [`circles.rs`](src/circles.rs)
1111

12-
Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/Blackholio) game.
12+
Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio) game.
1313

1414
Circles are spawned and then queried to evaluate `CROSS JOIN` performance.
1515

@@ -28,4 +28,4 @@ scenarios.
2828

2929
## How to Run
3030

31-
For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md).
31+
For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md).

0 commit comments

Comments
 (0)