]> git.lizzy.rs Git - nothing.git/blob - levels/README.md
Merge pull request #552 from tsoding/550
[nothing.git] / levels / README.md
1 # Levels
2
3 This folder contains level files and the SVGs the levels were generated from.
4
5 ## Usage
6
7 ```console
8 $ make        # build all of the levels from SVGs
9 $ make watch  # live rebuild levels if any of the SVGs changed
10 ```