|
|
@ -86,11 +86,10 @@ Download dependencies and build the game:
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
cd GameSkeleton
|
|
|
|
cd GameSkeleton
|
|
|
|
lake update -R
|
|
|
|
lake update -R
|
|
|
|
lake exe cache get # if your game depends on mathlib
|
|
|
|
|
|
|
|
lake build
|
|
|
|
lake build
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Clone the game repository into a directory next to the game:
|
|
|
|
Clone the server repository into a directory next to the game:
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
cd ..
|
|
|
|
cd ..
|
|
|
|
git clone https://github.com/leanprover-community/lean4game.git
|
|
|
|
git clone https://github.com/leanprover-community/lean4game.git
|
|
|
|