deleted the .po level files and added dir italian levels in dir levels and made some changes to the scripts

This commit is contained in:
Luca Canali 2022-09-13 14:40:40 +02:00
parent e802402b48
commit af776bd3c2
210 changed files with 3381 additions and 2243 deletions
levels/en/low-level

View file

@ -0,0 +1,26 @@
[description]
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"!
[congrats]
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. :)
[setup]
mkdir riddle
echo "ppl p" > riddle/consonants
echo "ae ie" > riddle/vowels
[win]
cat answer | grep -i "apple \\?pie"