Polish levels some more, add a "congrats" text

This commit is contained in:
Sebastian Morr 2020-09-16 16:16:11 +02:00
parent 6292d849b9
commit 5066840ae9
30 changed files with 87 additions and 30 deletions

3
levels/basics/congrats Normal file
View file

@ -0,0 +1,3 @@
Omnomnom!
For technical reasons, you can't use `cd` in this prototype yet. But there won't be a lot of interaction with the file system anyways. :)

View file

@ -0,0 +1,8 @@
For this prototype, we assume you have some experience with the command line. Here are some commands that will be useful:
- ls
- echo content > file
- cat file
- mkdir dir
Find the riddle in your current directory and put the answer into the file "answer"!

3
levels/basics/start Normal file
View file

@ -0,0 +1,3 @@
mkdir riddle
echo "ppl p" > riddle/consonants
echo "ae ie" > riddle/vowels

1
levels/basics/win Normal file
View file

@ -0,0 +1 @@
cat answer | grep -i "apple \\?pie"