Use scripts to create levels, add level selector

This commit is contained in:
Sebastian Morr 2020-09-01 19:20:51 +02:00
parent 1b5cbe9cb0
commit 2a0e2e46bb
9 changed files with 124 additions and 38 deletions
levels

6
levels/blobs/goal Normal file
View file

@ -0,0 +1,6 @@
echo "Hi" > file1
echo "Ho" > file1
echo "Hu" > file1
git hash-object -w file1
git hash-object -w file2
git hash-object -w file3

0
levels/blobs/start Normal file
View file

1
levels/first/goal Normal file
View file

@ -0,0 +1 @@
git commit --allow-empty -m "Emtpy commit"

0
levels/first/start Normal file
View file