(css: "text-align: center; font-size:300%")+(align: "=><=")[[[Weekend->start]]]
[Traffic]
I'm living in UCSC. There is a San Fransisco Pride on this weekend.
Will you go to Pride this weekend?
[[Yes. I'm going to join pride on this weekend.->pride1]]
[[No. I have a things to do on this weekend.->ucsc]]
SF Pride is held on Saturday and Sunday.
Which day will you go?
(set: $money to 80)
[[Saturday->sat1]]
[[Sunday->sun1]]You plan to stay in school.
You have a lot of things to do.
First, I do assignment which is [[making game.->game]]
(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
--------------------------------------------------------------------
If you want to go to San Fransisco, you have to pass through San Jose.(set: $d to "sat")
To get to San Jose, which transportation will you use?
(set: $Time to $time)
[[Uber : 60$->Uber]]
[[Bus : 7$->Bus]]
(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
--------------------------------------------------------------------
If you want to go to San Fransisco, you have to pass through San Jose.(set: $d to "sun")
To get to San Jose, which transportation will you use?
(set: $Time to $time)
[[Uber : 60$->Uber]]
[[Bus : 7$->Bus]]
(set: $money to it-7)(set: $time to it+2)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
--------------------------------------------------------------------
You have to pay 7$ to take a bus. (set: $Time to it+2)
There is no traffic jam in the morning. So you can get th San Jose in 2 hours.
<img src="http://www.caltrain.com/Assets/stations/san+jose+diridon/San+Jose+Diridon+Station.jpg" height="200" width="200" />
Now you arrive at San Jose Diridon Station.
There are two ways to get to San Fransisco.
Which transportation will you take?
[[Bus : 22$->bus2]]
[[Train : 10.5$->Caltrain]]
(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
---------------------------------------------------------------
(if:$Time is <=8)[(set:$l to 1)Fortunately, additional train is running for 'Pride'. And this train takes only 1.5 hours to get to San Francisco. Lucky!](else:)[(set:$l to 2)This train takes 2.5 hours to get to San Francisco ]
There are many people in the train. Someone sits next to me.
You: Hi! I'm Jay. Where are you going?
Jenny: Hi! I'm Jenny. I go to San Francisco to see Pride.
You: Oh! Great. Me too. Happy Pride!
Jenny: Thank you! [[Happy Pride.->Caltrain2]]
(set: $money to it-60)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
--------------------------------------------------------------------
You have to pay 60$ for Uber.
It is quite expensive, but it is much faster than bus.
Uber driver: Why do you go to San Jose?
You: I'm going to see Pride at San Francisco.
Uber driver: Great! How do get to the San Francisco from San Jose.
You: Maybe I will take a bus.
Uber driver: Or You can take a Caltrain at San Jose.
You: Oh! Thank you. I'll try it.
[[Next->Uber.]]
(css:"font-size:90%")[Money: (print:$money)$]
--------------------------------------------------------------------
You decide to go to "Pride".
When do you want to leave?
|cloaked)[[sat]]
(link: "6AM")[(set: $time to 6)(goto: "sat")]
(link: "7AM")[(set: $time to 7)(goto: "sat")]
(link: "8AM")[(set: $time to 8)(goto: "sat")]
(link: "9AM")[(set: $time to 9)(goto: "sat")]
(link: "10AM")[(set: $time to 10)(goto: "sat")]
(css:"font-size:90%")[Money: (print:$money)$]
--------------------------------------------------------------------
You decide to go to "Pride".
When do you want to leave?
|cloaked)[[sun]]
(link: "6AM")[(set: $time to 6)(goto: "sun")]
(link: "7AM")[(set: $time to 7)(goto: "sun")]
(link: "8AM")[(set: $time to 8)(goto: "sun")]
(link: "9AM")[(set: $time to 9)(goto: "sun")]
(link: "10AM")[(set: $time to 10)(goto: "sun")](set: $time to it+2)(set: $money to it-22)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
---------------------------------------------------------------
(if: $money is <0)[(set: $time to it-2)(set:$money to it+22)You don't have enough money to take a bus.
(link-undo:"GO Back")]
(else:)[Finally, we arrive at San Francisco. We have to go the civic center.
Choose ways to get to the civic center.
(set: $Time to it+2)(set: $min to 0)
[[Walk]]
[[BART : 2.75$->Subway]]
[[Uber : 11$->uber3]]]
(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(if: $min is 0)[00](else:)[(print:$min)]]
---------------------------------------------------------------
It takes 40 minutes to get to the civic center.
It is quite far from here, but I can see many beautiful sights.
(set: $min to it+40) (set: $Time to it+0.666)
(if: $time is < 13 and $d is "sun")[[[Next->Parade]]](else:)[[[Next->Main Stage]]]
|clokced)[[Parade]]
|clokced)[[Main Stage]](set:$money to it -2.75)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(if: $min is 0)[00](else:)[(print:$min)]]
---------------------------------------------------------------
(if: $money is <0)[(set:$money to it+2.75)[You don't have enough money to take a BART.
(link-undo:"Go Back.")]](else:)[
This is my first time to take BART.
It is similar to Subway and it takes only 20 minutes. (set:$min to 20) (set:$Time to it+0.33)
(if: $time is < 13 and $d is "sun")[[[Next->Parade]]](else:)[[[Next->Main Stage]]]]
|clokced)[[Parade]]
|clokced)[[Main Stage]]
(set:$money to it-11)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(if: $min is 0)[00](else:)[(print:$min)]]
---------------------------------------------------------------
(if: $money is <0)[(set:$money to it+11)[You don't have enough money to take a uber.
(link-undo:"Go Back.")]]
(else:)[(if: $d is "sun")[(set: $Time to it+0.33)(set:$min to it+20) Vehicle cannot go to the civic center due to Parade. So you get off at 10th street and walk to civic center](else:)[(set: $Time to it+0.1)(set:$min to it+6)It takes only 6 minutes to get to civic center.]]
(if: $time is < 13 and $d is "sun")[[[Next->Parade]]](else:)[[[Next->Main Stage]]]
|clokced)[[Parade]]
|clokced)[[Main Stage]](css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(print:$min)]
---------------------------------------------------------------
There is a Parade on Sunday and Parade runs from 11 AM to 1 PM.
So I can enjoy Parade too!
(set:$time to 13) (set:$Time to 13)
You can go to main stage. Will you go there?
[[main stage.->main stage2]]
[[Back to school.->school]](css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(print:$min)]
---------------------------------------------------------------
(if: $d is "sat")[Unfortunately, There is no Parade on Saturday. So I go to main stage.](else:)[There is a Parade between 11 to 13. So I didn't see Parade. So I go to main stage.]
I have fun at main stage. It is a big place and there are many people who enjoy Pride.
After 3 hours, your friend take you to the UCSC.
(if:$Time is <14.5)[There is some traffic in highway. But traffic is not heavy. So I can come back to school in 2 hour.
It was a great day.](else:)[There is serious traffic jam in highway. We stuck in traffic.
So, it takes 3 hour to go to school!
But It was a great day.]
[[Play again->Title]](set:$time to 13)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(print:$min)]
---------------------------------------------------------------
You saw parade and main stage.
I have fun at main stage. It is a big place and there are many people who enjoy Pride.
After 3 hours, your friend take you to the UCSC.
There is some traffic in highway. But traffic is not heavy. So I can come back to school in 2 hour.
It was a grate day.
[[Play again->Title]]Finishing assignment, You have time to spare.
So you decied to do something.
[[Take a rest]]
[[Workout]]
I decide to go outside. Used money will be displayed at the top.
Which transportation will you take?
[[JUMP BIKE]]
[[Bus->ob]]
[[Uber->ou]]I did my works and take a rest at school.
It was a meaningful day!(set: $a to 5)(css:"font-size:90%")[Money: (print:$a)$ ]
--------------------------------------------------------------------
It takes 35minutes to get to the downtown.
There are three options you can take.
[[Hamburger]]
[[Sushi]]
[[Mexican Food]](set: $a to 0)(css:"font-size:90%")[Money: (print:$a)$ ]
--------------------------------------------------------------------
It takes 25minutes to get to the downtown.
There are three options you can take.
[[Hamburger]]
[[Sushi]]
[[Mexican Food]](set: $a to 11)(css:"font-size:90%")[Money: (print:$a)$ ]
--------------------------------------------------------------------
It takes 15minutes to get to the downtown.
There are three options you can take.
[[Hamburger]]
[[Sushi]]
[[Mexican Food]](set: $a to it+15)(css:"font-size:90%")[Money: (print:$a)$ ]
--------------------------------------------------------------------
I want to eat hamburger, so I go to the betty's burger.(set: $food to "hamburger") It costs 15$.
I order Double cheeseburger, Fries, and Coke.
To go back to school, which transportation will you use?
[[Bus->b2]]
[[JUMP BIKE->j2]]
[[Uber->u2]](set: $a to it+20)(css:"font-size:90%")[Money: (print:$a)$ ]
----------------------------------------------
I want to eat sushi, so I visit Mobo Sushi.(set: $food to "sushi") It costs 20$.
To go back to school, which transportation will you use?
[[Bus->b2]]
[[JUMP BIKE->j2]]
[[Uber->u2]](set: $a to it+11)(css:"font-size:90%")[Money: (print:$a)$ ]
----------------------------------------------
I want to eat taco, so I visit Las Palmas Taco Bar. It costs 11$.
(set: $food to "Taco")
To go back to school, which transportation will you use?
[[Bus->b2]]
[[JUMP BIKE->j2]]
[[Uber->u2]](css:"font-size:90%")[Money: (print:$a)$ ]
----------------------------------------------
I come back to school, and I take a rest.
I do my homework and eat (print:$food). And I spend (print:$a)$.
It was busy day.
[[Play again->Title]](set:$a to it +5.25)(css:"font-size:90%")[Money: (print:$a)$ ]
----------------------------------------------
I come back to school, and I take a rest.
I do my homework and eat (print:$food). And I spend (print:$a)$.
It was busy day.
[[Play again->Title]](set: $a to it+11)(css:"font-size:90%")[Money: (print:$a)$ ]
----------------------------------------------
I come back to school, and I take a rest.
I do my homework and eat (print:$food). And I spend (print:$a)$.
It was busy day.
[[Play again->Title]]This week is quite busy. So you have to take a rest.
You have to eat dinner and I have two choices.
Will you go [[outside]] or eat at [[Porter dinning hall.->hall]]You need to workout. So you go to the OPERS and do exercise.
You have to eat dinner and you have two choices.
Will you go [[outside]] or eat at [[Porter dinning hall.->hall2]]You did your works and workout today.
It was a meaningful day!Great! You are planning to go to the Pride. You have only 80$.
Fortunately, your friend will take you UCSC ,when you come back from San Francisco.
Remaining money and current time will be displayed at the top.
[[Let's go->pride2]](set: $time to it+1)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):00]
--------------------------------------------------------------------
There is no traffic jam in the morning. So you can get th San Jose in 1 hours. (set:$Time to it+1)
<img src="http://www.caltrain.com/Assets/stations/san+jose+diridon/San+Jose+Diridon+Station.jpg" height="200" width="200" />
Now you arrive at San Jose Diridon Station .
There are two ways to get to San Fransisco.
Which transportation will you take?
[[Greyhound : 22$->bus2]]
[[Train : 10.5$->Caltrain]](if: $l is 1)[(set:$time to it+1)(set:$Time to it+1.5)](else:)[(set:$time to it+2)(set:$Time to it+2.5)](set: $money to it-10.5)(set: $min to 30)(css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(print:$min)]
---------------------------------------------------------------
Finally, we arrive at San Francisco.
We have to go the civic center.
Choose ways to get to the civic center.
[[Walk]]
[[BART : 2.75$->Subway]]
[[Uber : 11$->uber3]](css:"font-size:90%")[Money: (print:$money)$ Time: (print:$time):(print:$min)]
---------------------------------------------------------------
Your friend take you to the UCSC.
There is no car in the highway. So it takes only 1.5 hour to get to UCSC.
It was a perfect day.
[[Play again->Title]]