14 lines
305 B
Markdown
14 lines
305 B
Markdown
# ludum-dare-50
|
|
A game build over a weekend for Ludum Dare 50
|
|
|
|
|
|
## 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*
|