mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29:22 +02:00
finished the mechanism for setting the language
This commit is contained in:
parent
705cc849c2
commit
50ee071f0e
214 changed files with 94 additions and 10 deletions
levels/en_EN/intro
23
levels/en_EN/intro/init
Normal file
23
levels/en_EN/intro/init
Normal file
|
@ -0,0 +1,23 @@
|
|||
title = Enter the time machine
|
||||
cards = init
|
||||
|
||||
[description]
|
||||
|
||||
You've been accepted to time travel school! Yay! It's your first day! Your teacher explains:
|
||||
|
||||
"To do anything with a time machine, you first need to initialize it!"
|
||||
|
||||
Drag that blue card up to play it!
|
||||
|
||||
[setup]
|
||||
|
||||
rm -rf .git
|
||||
|
||||
[win]
|
||||
|
||||
# Initialize the time machine!
|
||||
test -d .git
|
||||
|
||||
[congrats]
|
||||
|
||||
Nice! See that little owl squirrel that appeared? It will be your companion, and always show you where you are in time!
|
Loading…
Add table
Add a link
Reference in a new issue