13 lines
186 B
Markdown
13 lines
186 B
Markdown
# Mikemon
|
|
|
|
A not-so-little monster RPG inspired by the biggest of its kind in the late 2000s and early 2010s.
|
|
|
|
## CMAKE
|
|
|
|
```
|
|
cmake -G Ninja -B build
|
|
cmake --build build --parallel
|
|
```
|
|
|
|
|