16 lines
455 B
Markdown
16 lines
455 B
Markdown
# Ludum Dare 50: *unnamed game*
|
|
[](https://github.com/Ewpratten/ludum-dare-50/actions/workflows/build.yml)
|
|
|
|
|
|
|
|
|
|
## Cloning
|
|
|
|
**IMPORTANT:** This project makes use of recursive submodules. Make sure to pull them via GitKracken, or with the following command:
|
|
|
|
```sh
|
|
git submodule update --init --recursive
|
|
```
|
|
|
|
*Your builds will fail unless this is done*
|