2021-02-04 13:59:13 +01:00
|
|
|
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:
|
|
|
|
|
2022-08-18 17:52:39 +02:00
|
|
|
'To do anything with a time machine, you first need to initialize it!'
|
2021-02-18 12:39:18 +01:00
|
|
|
|
2021-02-18 16:03:46 +01:00
|
|
|
Drag that blue card up to play it!
|
2021-02-11 11:19:22 +01:00
|
|
|
|
2021-02-04 13:59:13 +01:00
|
|
|
[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!
|