Level 1: 10 Seconds
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Yesterday's the past,
tomorrow's the future,
but today is a gift.
That's why it's called
the present."
Bil Keane
(set: $counter to 10)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 2]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 2: 30 Seconds
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"The two most
powerful warriors are
patience and time."
Leo Tolstoy
(set: $counter to 30)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 3]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
<a href="https://projectglaive.com">ProjectGlaive.com</a>
The Waiting Game<hr>
Level 3: 60 Seconds AKA 1 Minute
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Failure is simply the
opportunity to begin again,
this time more intelligently."
Henry Ford
(set: $counter to 60)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 4]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 4: 120 Seconds AKA 2 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"The time you feel
lonely is the time
you most need to
be by yourself."
Douglas Coupland
(set: $counter to 120)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 5]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 5: 300 Seconds AKA 5 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Success is simple.
Do what's right,
the right way,
at the right time."
Arnold H. Glasow
(set: $counter to 300)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 6]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 6: 600 Seconds AKA 10 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Let us never know
what old age is.
Let us know the
happiness time brings,
not count the years."
Ausonius
(set: $counter to 600)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 7]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 7: 1200 Seconds AKA 20 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Change will not come
if we wait for some other
person or some other time.
We are the ones we've
been waiting for.
We are the change
that we seek."
Barack Obama
(set: $counter to 1200)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 8]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 8: 1800 Seconds AKA 30 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Our greatest weakness
lies in giving up.
The most certain way
to succeed is always
to try just one more time."
Thomas A. Edison
(set: $counter to 1800)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 9]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 9: 2700 Seconds AKA 45 Minutes
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"A friend is what the
heart needs all the time."
Henry Van Dyke
(set: $counter to 2700)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 10]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 10: 3600 Seconds AKA 60 Minutes AKA 1 Hour
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Your time is limited,
so don't waste it living
someone else's life.
Don't be trapped by dogma -
which is living with the results
of other people's thinking.
Don't let the noise of others'
opinions drown out your
own inner voice. And most
important, have the
courage to follow your
heart and intuition."
Steve Jobs
(set: $counter to 3600)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 11]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 11: 5400 Seconds AKA 90 Minutes
AKA 1 Hour and a half
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Sometimes being a friend
means mastering the art
of timing.
There is a time for silence.
A time to let go and allow
people to hurl themselves
into their own destiny.
And a time to prepare
to pick up the pieces
when it's all over."
Octavia Butler
(set: $counter to 5400)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 12]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 12: 7200 Seconds AKA 120 Minutes AKA 2 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"The fear of death follows
from the fear of life.
A man who lives fully
is prepared to die at
any time."
Mark Twain
(set: $counter to 7200)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 13]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 13: 9000 Seconds AKA 150 Minutes
AKA 2 and a half Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"The future rewards those
who press on. I don't
have time to feel sorry
for myself. I don't have
time to complain.
I'm going to press on."
Barack Obama
(set: $counter to 9000)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 14]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 14: 10,800 Seconds AKA 180 Minutes
AKA 3 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"No matter how busy
you are, you must take
time to make the other
person feel important."
Mary Kay Ash
(set: $counter to 10800)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 15]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 15: 14,400 Seconds AKA 240 Minutes
AKA 4 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Peace is a journey of a
thousand miles and it
must be taken one step
at a time."
Lyndon B. Johnson
(set: $counter to 14400)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 16]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 16: 18,000 Seconds AKA 300 Minutes
AKA 5 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"We all have our time machines.
Some take us back,
they're called memories.
Some take us forward,
they're called dreams."
Jeremy Irons
(set: $counter to 18000)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 17]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 17: 21,600 Seconds AKA 360 Minutes
AKA 6 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Never give up,
for that is just the
place and time that
the tide will turn."
Harriet Beecher Stowe
(set: $counter to 21600)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 18]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 18: 25,200 Seconds AKA 420 Minutes
AKA 7 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Lost - yesterday,
somewhere between sunrise and sunset,
two golden hours,
each set with sixty diamond minutes.
No reward is offered,
for they are gone forever."
Horace Mann
(set: $counter to 25200)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 19]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 19: 28,800 Seconds AKA 480 Minutes
AKA 8 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"There's a time in your life
where you're not quite sure
where you are.
You think everything's perfect,
but it's not perfect... "
Tom DeLonge
(set: $counter to 28800)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 20]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 20: 32,400 Seconds AKA 540 Minutes
AKA 9 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"You can fool all the people
some of the time, and some
of the people all the time,
but you cannot fool all
the people all the time."
Abraham Lincoln
(set: $counter to 32400)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 21]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 21: 36,000 Seconds AKA 600 Minutes
AKA 10 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Sometimes I wish that
I could go into a time
machine right now and
just look at my self and say,
'Calm down. Things are
gonna be fine.
Things are gonna be
all great. Just relax."
Tristan Wilds
(set: $counter to 36000)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 22]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 22: 54,000 Seconds AKA 900 Minutes
AKA 15 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Tough times never last,
but tough people do."
Robert H. Schuller
(set: $counter to 54000)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 23]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 23: 72,000 Seconds AKA 1200 Minutes
AKA 20 Hours
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"Let your life lightly
dance on the edges
of Time like dew on
the tip of a leaf."
Rabindranath Tagore
(set: $counter to 72000)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, now try [[level 24]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Level 24: 86,400 Seconds AKA 1440 Minutes
AKA 24 Hours AKA 1 Day
<img src="media/movingtime.gif" style="margin: 0px 15px 15px 0px;" height="250" width="250">
"It's time to say goodbye,
but I think goodbyes are
sad and I'd much rather
say hello. Hello to a
new adventure."
Ernie Harwell
(set: $counter to 86400)
You have |amount>[$counter] seconds left!
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[Congratulations, you have [[completed this game]](stop:)]
(replace: ?amount)[$counter]
]
<audio autoplay loop>
<source src="media/TickingClock.mp3" type="audio/mp3">
</audio>
Congratulations!
You have completed this game!
And it only took 431,620 seconds
(AKA 7193.6 minutes or 119.8 hours
or 4.9 days)
But could you do it any faster?
(set: $counter to 10)
(live: 1s)[
(set: $counter to it - 1)
(if: $counter is 0)[(stop:)No!
Of course not!
Hasn't this game taught you anything?
Maybe you should [[Level 1<-try again]]?
Or alternatively, (link: "Quit")[(gotoURL:"https://www.projectglaive.com")], and
never talk about this to anyone.
]]
<audio autoplay loop>
<source src="media/smallcrowdapplause.mp3" type="audio/mp3">
</audio>