<div class="center-content">
(text-style:"underline")[<h1>Credits</h1>]
(text-colour:blue)[<h3>Iván Bermúdez Sagra</h3>]
(text-colour:lime)[<h3>Andreu Miró Sabaté</h3>]
(text-colour:magenta)[<h3>Joel Romero Botella</h3>]
</div>
<!-- CSS para centrar el contenido -->
<style>
.center-content {
text-align: center;
margin-top: 5%;
</style>(text-colour:yellow)[//Thursday 6:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Today you have math class at 8:00.
You know that next week there is an exam of this subject, and in today class the teacher will explain something that will appear in the exam, but your bed feels really comfortable today.
What will you do?
[[Go to math class|Day 1-2.1]]
[[Sleep more|Day 1-2.2]](put: $grade + 10 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You go to math class. The teacher explain something that will appear in the exam. You take some notes.
(text-colour:cyan)[Grade +10]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_46855cd2c0d243779693f1188061ba43~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 1-3]](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You sleep too much and you skip the math class.
(text-colour:red)[Health +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_54ce836ee65f4deca82f938194054ddf~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 1-3]](text-colour:yellow)[//Thursday 14:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
After the math class, you assist to the rest classes for the day.
When you want to eat something to lunch, you realize that you forgot the food in home!
What will you do?
[[Buy something to eat|Day 1-4.1]]
[[Don't eat anything|Day 1-4.2]](put: $money - 10 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You buy a nice precooked dish of bolognese macaroni.
(text-style:"bold","expand")[TAAAAAAASTY!]
(text-colour:green)[Money -10]
[[Continue|Day 1-5]](put: $health - 10 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to don't buy anything to lunch and save some money.
(text-colour:red)[Health -10]
[[Continue|Day 1-5]](text-colour:yellow)[//Thursday 18:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Yesterday, you found a job opportunity for this evening.
You will work as Santa Claus at the local mall, they will pay you 5€ the hour and they let you decide how many hours you want to work, with a minimum of 2.
But today you also want to relax and recover forces.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_369c1c2c94004219b1dcf79066becfe1~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
How many hours will you work?
[[2 hours|Day 1-6.1]]
[[4 hours|Day 1-6.2]](text-colour:yellow)[//Thursday 20:30//](put: $money + 20 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:green)[Money +20]
You arrive at home a little bit tired.
It’s not late and tomorrow you have class at 8:00.
The exam next week will be difficult, so you think maybe start studying is a good option.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_8f48d83674b84c139925ea9425337681~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
What will you do?
[[Study|Day 1-7.1]]
[[Go to sleep|Day 1-7.2]](text-colour:yellow)[//Thursday 22:30//](put: $money + 40 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:green)[Money +40]
You arrive at home very tired.
It’s late and you and tomorrow you have class at 8:00.
But the exam next week will be difficult so you think you can study a little bit.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_8f48d83674b84c139925ea9425337681~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
What will you do?
[[Study|Day 1-7.3]]
[[Go to sleep|Day 1-7.4]](put: $health + 5 into $health)(put: $grade + 10 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You study for a good amount of time and go to sleep in a good hour.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade +10]
[[Day 2|Day 2-1]](put: $health + 5 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You laze around and go to sleep in a good hour.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -5]
[[Day 2|Day 2-1]](put: $health -5 into $health)(put: $grade + 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You study for a while and go to sleep.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +5]
[[Day 2|Day 2-1]](put: $health + 5 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You go directly to sleep very tired and without study anything.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -5]
[[Day 2|Day 2-1]](text-colour:yellow)[//Friday 14:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
After going to university today, your friends ask you to go to lunch with them to a restaurant.
You have your own lunch, but maybe it will look strange to eat something different from the rest, and that hamburger seams really tasty.
What will you do?
[[Buy the hamburguer|Day 2-2.1]]
[[Don't buy anything|Day 2-2.2]](text-colour:yellow)[//Friday 16:00//](put: $money - 10 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:green)[Money -10]
The hamburguer was (text-style:"bold","rumble")[really] good.
After lunch your friends ask you to go to the arcade, in order to celebrate a birthday. You want to go and buy some present.
Also, you remember the exam from next week and maybe study today will be a good option, but you will feel bad for your friend.
What will you do?
[[Go to the arcade|Day 2-3.1]]
[[Go home and study|Day 2-3.2]](text-colour:yellow)[//Friday 16:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
After lunch your friends ask you to go to the arcade, in order to celebrate a birthday. You want to go and buy some present.
Also, you remember the exam from next week and maybe study today will be a good option, but you will feel bad for your friend.
What will you do?
[[Go to the arcade|Day 2-3.1]]
[[Go home and study|Day 2-3.2]](text-colour:yellow)[//Friday 20:30//](put: $money - 20 into $money)(put: $health + 10 into $health)(put: $grade - 10 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:green)[Money -20]
(text-colour:red)[Health +10]
(text-colour:cyan)[Grade -10]
You went to the arcade and felt really great.
To finalize this day your friend invites you and your other friends to dinner.
It will be a great time, but you feel you need to study because in the evening you didn’t.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_40e672a419254522905ef12c8a9c5650~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
What will you do?
[[Go to the dinner|Day 2-4.1]]
[[Go home and study|Day 2-4.2]](text-colour:yellow)[//Friday 20:00//](put: $health - 10 into $health)(put: $grade + 20 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:red)[Health -10]
(text-colour:cyan)[Grade +20]
You stay at home studying, but before dinner, your friends call you again to join them into a dinner.
You could study more time to dedicate your weekend to work, but going will help you distract a little bit from studying.
What will you do?
[[Go to the dinner|Day 2-4.3]]
[[Go home and study|Day 2-4.4]](put: $health + 5 into $health)(put: $grade - 10 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
The dinner was great and you had a great time with your friends.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -10]
[[Go home|Day 2-5]](put: $health - 5 into $health)(put: $grade + 10 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
+10 grade - 5 health
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You go home and study for a while.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +10]
[[Continue|Day 2-5]](put: $health + 10 into $health)(put: $money - 10 into $money)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
The dinner was great and you had a great time with your friends.
(text-colour:red)[Health +10]
(text-colour:green)[Money -10]
[[Go home|Day 2-5]](put: $health - 10 into $health)(put: $grade + 10 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You stay at home and study for a while longer.
(text-colour:red)[Health -10]
(text-colour:cyan)[Grade +10]
[[Continue|Day 2-5]](text-colour:yellow)[//Friday 23:00//](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
When the clock marks 23:00, you decide it’s time to sleep.
(text-colour:red)[Health +5]
[[Day 3|Day 3-1]](text-colour:yellow)[//Saturday 09:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Today you find two job opportunities.
The first ones offer you work from 11:30 to 15:30 with lunch included.
The second one offers you work from 11:30 to 19:30.
Both jobs pay you the same amount per hour.
What will you do?
[[Take the first one|Day 3-2.1]]
[[Take the second one|Day 3-2.2]](text-colour:yellow)[//Saturday 15:30//](put: $money + 30 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:green)[Money +30]
During the job, you get injured, and your arm really hurts you.
You decide to go to the doctor, but the waiting list is very large, and waiting will cost you time you wanted to dedicate to studying.
What will you do?
[[Visit doctor|Day 3-3.1]]
[[Go home and study|Day 3-3.2]](text-colour:yellow)[//Saturday 20:00//](put: $money + 60 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You did the job satisfactorily.
(text-colour:green)[Money +60]
After the job you have a little time to rest before dinner, but even you feel very tired, that exam from the next week is always in your head, so you think you could study before dinner instead of rest.
What will you do?
[[Rest|Day 3-3.3]]
[[Study|Day 3-3.4]](text-colour:yellow)[//Saturday 20:30//](put: $health + 5 into $health)(put: $grade - 10 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You have decided to wait and visit the doctor. Luckily it was just a bruise and a little anti-inflammatory medicine will be enough.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -10]
[[Go home and dinner|Day 3-4]](put: $health - 10 into $health)(put: $grade + 10 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You don't want to wait so long to visit the doctor and decide to go home to study for a few hours.
After a productive afternoon studying, you think about what to do for dinner.
(text-colour:red)[Health -10]
(text-colour:cyan)[Grade +10]
[[Have some dinner|Day 3-4]](put: $health + 10 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to rest quietly before dinner.
(text-colour:red)[Health +10]
(text-colour:cyan)[Grade -5]
[[Continue|Day 3-4]](put: $health - 5 into $health)(put: $grade + 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to study for a while before dinner.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_8f48d83674b84c139925ea9425337681~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 3-4]](text-colour:yellow)[//Saturday 23:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Yesterday you and your friends decided to go out tonight to a nightclub.
But after revising your account you think maybe will be very expensive so you are not pretty sure if going will benefit you, also you will lose your opportunity to work the next morning.
What will you do?
[[Let's go to the nightclub!|Day 3-5.1]]
[[Stay at home|Day 3-5.2]](text-colour:yellow)[//Sunday 2:00//](put: $money - 10 into $money)(put: $health + 20 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You went to the nightclub and you're having a great time.
(text-colour:green)[Money -10]
(text-colour:red)[Health +20]
But at some point you're getting very thirsty, so you decide to order a drink.
When you arrive to the counter, the prices shock you (10€).
Also it's very late so after seeing the prices you think maybe it’s time to go home.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_266890aefc734183a1ee79463bb7cc31~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
What will you do?
[[Buy a drink|Day 3-6.1]]
[[Leave the club and go home|Day 3-6.2]](put: $health - 5 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You go to sleep feeling a little lonely after not going to the nightclub, but you think it was the best option if you wanted to pay the rent.
(text-colour:red)[Health -5]
[[Day 4|Day 4-1.2]](text-style:"blur")[(text-colour:yellow)[//Sunday 4:00//](put: $money - 10 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You bought a drink to quench your thirst.
(text-colour:green)[Money -10]
It’s getting really late, but the party is not over, and your friends try to convince you to stay a little longer.
If you stay, they say they are going to buy you a drink, but tomorrow will be a difficult morning.
What will you do?
[[Stay at the party|Day 3-7.1]]
[[Leave the club and go home|Day 3-6.2]]](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You get home and go to sleep after being at the nightclub.
Is very late but you have a great time.
(text-colour:red)[Health +5]
[[Day 4|Day 4-1.1]](text-style:"blurrier")[(text-colour:yellow)[//Sunday 5:00//](put: $health - 5 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You and your friends have been at the nightclub for a long time and you are already pretty tired.
(text-colour:red)[Health -5]
You pack up your things and go home.
[[Go home|Day 3-6.2]]](text-colour:yellow)[//Sunday 14:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You woke up at 14:00, remembering how great it was last night.
After getting out of your bed you search if there is a job offer during this evening, but there isn’t anyone!!
You have two options.
[[Take advantage of the afternoon to study|Day 4-2.1]]
[[Rest and recover for the last night|Day 4-2.2]](text-colour:yellow)[//Sunday 9:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You woke up at 9:00, ready to look for a job offer.
Luckily you find one with great conditions (25€) that lasts until 16:00, but is located very far from your house.
Also you remember you can take advantage of the day and study all day long.
What will you do?
[[Go to that work|Day 4-2.3]]
[[Take advantage of the day and study|Day 4-2.4]](put: $grade + 10 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You used the afternoon to study diligently.
(text-colour:cyan)[Grade +10]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_988ac2a1e76b4141acf2a21e13cf2206~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 4-3]](put: $health + 10 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You have continued to rest and you are feeling well enough.
(text-colour:red)[Health +10]
(text-colour:cyan)[Grade -5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_54ce836ee65f4deca82f938194054ddf~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 4-3]](text-colour:yellow)[//Sunday 16:00//](put: $money + 35 into $money)(put: $grade - 10 into $grade)(if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
The work has gone wonderfully.
(text-colour:green)[Money +35]
(text-colour:cyan)[Grade -10]
[[Go back home|Day 4-3]](put: $grade + 20 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You have used the whole day to study diligently.
(text-colour:cyan)[Grade +20]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_988ac2a1e76b4141acf2a21e13cf2206~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 4-3]](text-colour:yellow)[//Sunday 21:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
It’s time for dinner and your body is demanding some junk food, but it will cost you a lot of money because it is sunday.
Another option is eat some food you prepared at the beginning of the week, but you don’t feel like eating that.
What will you do?
[[Buy some junk food|Day 4-4.1]]
[[Eat the leftovers|Day 4-4.2]](put: $money - 15 into $money)(put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You've ordered a family sized pizza all to yourself.
(text-style:"bold","expand","shudder")[TAAAAAAASTY!]
(text-colour:green)[Money -15]
(text-colour:red)[Health +5]
[[Continue|Day 4-5]]<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You eat the leftovers in the fridge.
[[Continue|Day 4-5]](text-colour:yellow)[//Sunday 22:30//](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
The day comes to an end, and you go to sleep early because tomorrow you have the last math class before the exam again at 8:00.
(text-colour:red)[Health +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_c12cf9a0d67b4748b500911930f78484~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Day 5|Day 5-1]](text-colour:yellow)[//Monday 7:05//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Today you have the last math class and the teacher said it will be to revise the content for the exam.
As you arrive at the bus station, you find that today there is a transport vague and the bus you use will not be available for today.
If you go walking, you're gonna be late for sure, so going by taxi will guarantee you to arrive on time but it will cost money.
What will you do?
[[Go walking|Day 5-2.1]]
[[Call for a taxi|Day 5-2.2]](put: $health + 5 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You walk to class and don't have time to review the content of the exam.
At least you can go to the next classes.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -5]
[[Continue|Day 5-3]](put: $money - 7 into $money)(put: $grade + 5 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You called a taxi to get to the university on time.
You do a brief review of what will go into the final exam.
(text-colour:green)[Money -7]
(text-colour:cyan)[Grade +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_df59e0aa142149fc89714f087cc13e2d~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 5-3]](text-colour:yellow)[//Monday 12:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
After university classes you are very tired from studying, so you decide to go for a walk with your friends.
But just before you remember that the only bus that can leave you home today passes in 5 minutes!
So if you want to arrive home early you will have to renounce having a good time.
What will you do?
[[Take the bus and go home|Day 5-4.1]]
[[Keep walking with your friends|Day 5-4.2]](put: $health - 5 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You went to catch the bus and say goodbye to your friends.
(text-colour:red)[Health -5]
Meanwhile you are on the bus, you search for job offers, and two options appear in front of you.
The first one offers 5 hours of work, occupying all the evening.
Meanwhile the other offers you only 2 hours of work, but this will let you spend a grand part of the evening studying.
What offer will you choose?
[[The first one (5 hours) and don't study|Day 5-5.1]]
[[The second one (2 hours) and study later|Day 5-5.2]](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You kept walking with your friends.
(text-colour:red)[Health +5]
You have a really good time with your friends, and they invite you to make a beer.
You really want to stay a little bit more, but you need to work today if you want to pay the rent.
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_4b043beee4d1408694957e5e85a7d599~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
What will you do?
[[Make a beer with friends|Day 5-5.3]]
[[Go to work|Day 5-5.4]](put: $money + 35 into $money)(put: $grade - 5 into $grade)(if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You worked for the whole evening and you don't have time to study until later.
(text-colour:green)[Money +35]
(text-colour:cyan)[Grade -5]
[[Go home|Day 5-6]](put: $money + 15 into $money)(put: $grade + 5 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You worked for two hours hours and then went home to study a bit.
(text-colour:green)[Money +15]
(text-colour:cyan)[Grade +5]
[[Continue|Day 5-6]](put: $money - 2 into $money)(put: $health + 5 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You stayed for a drink with your friends and had a good time.
(text-colour:green)[Money -2]
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -5]
[[Go home|Day 5-6]](put: $money + 20 into $money)(put: $health - 5 into $health)(put: $grade - 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to go to work for two hours. It was quite hard, but when you get the money it's worth it.
(text-colour:green)[Money +20]
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade -5]
[[Go home|Day 5-6]](text-colour:yellow)[//Monday 22:15//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You arrive home after a tiring but productive day.
Tomorrow you have classes in the evening so you think maybe it is a good idea to study a little bit.
But when you enter your room ready to study, you feel like the bed is calling you.
What will you do?
[[Study a little bit|Day 5-7.1]]
[[Go to sleep|Day 5-7.2]](put: $health - 5 into $health)(put: $grade + 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to study for a while.
Before you know it, you go to sleep a little late, not getting as much sleep as you would like.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_988ac2a1e76b4141acf2a21e13cf2206~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Day 6|Day 6-1]](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You go straight to sleep and rest very well.
(text-colour:red)[Health +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_c12cf9a0d67b4748b500911930f78484~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Day 6|Day 6-1]](text-colour:yellow)[//Tuesday 6:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
As you wake up today you receive a message on your phone from your friends.
They said that this morning your other friends prepared a meeting to study together for the exam after the classes.
This will help you a lot, but before saying that you want to go, the payment of the rent appears on your head, so you think maybe accepting a job offer will be the best at this moment.
What will you do?
[[Go to study with friends|Day 6-2.1]]
[[Go to work|Day 6-2.2]](put: $grade + 15 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to go study with your friends.
You carefully go through all the content and practise together the exercises you did in class.
(text-colour:cyan)[Grade +15]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_988ac2a1e76b4141acf2a21e13cf2206~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
After the study session your friends propose to go for lunch together and go to classes after that.
You really need to work before classes to make the money for the rent, but taking a rest seems more attractive.
What will you do?
[[Go for lunch|Day 6-3.1]]
[[Work before classes|Day 6-3.2]](put: $money + 25 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to spend the rest of the morning working.
(text-colour:green)[Money +25]
Just before finishing the working hours, your boss asks you if you can stay a little longer and continue helping with the job, obviously he will pay you an extra.
You really want to rest, but this extra money will help you a lot.
What will you do?
[[Work extra|Day 6-3.3]]
[[Rest|Day 6-3.4]](put: $money - 5 into $money)(put: $health + 10 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to take a break and go to lunch with your friends after studying.
(text-colour:green)[Money -5]
(text-colour:red)[Health +10]
After the lunch yo have to go to your afternoon classes.
[[Go to classes|Day 6-4]](put: $money + 20 into $money)(put: $health - 5 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to go to work a little before your afternoon classes.
(text-colour:green)[Money +20]
(text-colour:red)[Health -5]
[[Go to classes|Day 6-4]](put: $money + 20 into $money)(put: $health - 5 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to accept your boss's proposal and work a little more.
You are pretty tired, but now you have to go to your afternoon classes.
(text-colour:green)[Money +20]
(text-colour:red)[Health -5]
[[Go to classes|Day 6-4]](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You tell your boss that you have classes this afternoon and that you'd rather rest.
(text-colour:red)[Health +5]
After a break you decide to pick up your things to go to class.
[[Go to classes|Day 6-4]](text-colour:yellow)[//Tuesday 20:45//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You finished your classes for today and you head home.
Once you arrive you find there is no dinner prepared for today.
If you cook something you can’t study a little bit before dinner.
Another option you think is ordering food, letting you time to study, but you will need to spend money that you don’t know if you can afford it.
What will you do?
[[Cook something|Day 6-5.1]]
[[Order some food|Day 6-5.2]](put: $grade - 5 into $grade)(if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to cook something for dinner.
Unfortunately it's getting late and you don't have time to study and go to sleep.
(text-colour:cyan)[Grade -5]
[[Continue|Day 6-6]](put: $money - 5 into $money)(put: $grade + 5 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to order food from home and used the time to study a bit before going to bed.
(text-colour:green)[Money -5]
(text-colour:cyan)[Grade +5]
<div style="text-align: center; margin: 15px 0;">
<img src="https://static.wixstatic.com/media/77d39a_3ca3105c03974eae83bca30b44e785e4~mv2.jpg" alt="Descripción de la imagen" width="600">
</div>
[[Continue|Day 6-6]](text-colour:yellow)[//Tuesday 22:30//](put: $health + 5 into $health)(if: $health is > 100)[(put: 100 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
At the end of the day, you get to your bed and sleep.
Tomorrow will be a rough day, because it is the last day before the exam and the last day to make money to pay the rent.
(text-colour:red)[Health +5]
[[Day 7|Day 7-1]](text-colour:yellow)[//Wednesday 6:30//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
As you woke up, times rushes you.
You have class today, but you decided no to go, you prefer work or study for the math exam.
What you want to do first?
[[Work all the morning|Day 7-2.1]]
[[Study all the morning|Day 7-2.2]](put: $money + 30 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You have been working all morning.
(text-colour:green)[Money +30]
During work your phone battery runs out, you forgot charging it last night.
Also you forgot your charger at home and you need the phone to search for more work, but you are too far from home.
Even if all seems bad, there is a library and a electronics store in front of the working site, so you can buy a charger and study meanwhile the phone charges.
What will you do?
[[Go home|Day 7-3.1]]
[[Buy a charger and study|Day 7-3.2]](put: $grade + 10 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(text-colour:cyan)[Grade +10]
You studied all morning and it’s time to search for a job.
You found one it offers you a little quantity per hour, so if you want a bigger quantity you will have to work a lot.
This makes you doubt if accept, maybe you will find a better offer later.
What will you do?
[[Accept the job|Day 7-3.3]]
[[Wait for another job|Day 7-3.4]](text-colour:yellow)[//Wednesday 20:30//]
(put: $grade - 10 into $grade)(if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You have decided to go home, but it was too far away and you lose study time.
(text-colour:cyan)[Grade -10]
You went home and charge your phone, but the day is near to end so you can’t accept more jobs.
You feel exhausted, but you need to study.
What will you do?
[[Take a break|Day 7-4.1]]
[[Study for a while|Day 7-4.2]](text-colour:yellow)[//Wednesday 18:00//]
(put: $money - 10 into $money)(put: $grade + 10 into $grade)(if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to go buy a charger at the electronics store and manage to study while charging.
(text-colour:green)[Money -10]
(text-colour:cyan)[Grade +10]
When your phone is charged you find another job offer, but if you accept it you will get home very late.
What will you do?
[[Go home|Day 7-5]]
[[Take that job offer|Day 7-4.3]](put: $money + 30 into $money)(put: $health - 10 into $health)(if: $health is < 0)[(put: 0 into $health)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You took the job and worked hard.
(text-colour:green)[Money +30]
(text-colour:red)[Health -10]
It's getting late, it's time to go home.
[[Go home|Day 7-5]](put: $health + 5 into $health)(put: $grade + 10 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You waited patiently, but nothing turned up, so you studied for the rest of the day.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade +10]
[[Continue|Day 7-5]](put: $health + 10 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to take a break after a productive last day.
(text-colour:red)[Health +10]
(text-colour:cyan)[Grade -5]
[[Continue|Day 7-5]](put: $health - 5 into $health)(put: $grade + 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to study a little before it got late.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +5]
[[Continue|Day 7-5]](put: $money + 15 into $money)
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decided to do one last job before the decisive day.
(text-colour:green)[Money +15]
After finishing the work you return home quite tired.
[[Go home|Day 7-5]](text-colour:yellow)[//Wednesday 22:00//]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
Is late and the exam is at 8:00.
Will you do the last revise or you are going to sleep?
[[Do the last revise|Day 7-6.1]]
[[Go to sleep|Day 7-6.2]](put: $health - 5 into $health)(put: $grade + 5 into $grade)(if: $health is < 0)[(put: 0 into $health)](if: $grade is > 100)[(put: 100 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You make one last effort and study for a while, sacrificing sleep time.
(text-colour:red)[Health -5]
(text-colour:cyan)[Grade +5]
[[Day 8|Day 8 Grade]](put: $health + 5 into $health)(put: $grade - 5 into $grade)(if: $health is > 100)[(put: 100 into $health)](if: $grade is < 0)[(put: 0 into $grade)]
<style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
You decide to go straight to sleep.
(text-colour:red)[Health +5]
(text-colour:cyan)[Grade -5]
[[Day 8|Day 8 Grade]](set: $minGrade to 50)(set: $resGrade to ($grade >= $minGrade))
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #1a1a1a;
}
.ui-container {
display: flex;
flex-direction: column;
align-items: center;
}
.ui-section {
text-align: center;
margin-bottom: 5px;
}
.ui-title {
font-weight: bold;
color: white;
margin-bottom: 2px;
}
.grade-title {
color: cyan;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-section">
<h2 class="ui-title grade-title">Grade</h2>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
(if: $resGrade)[
You managed to pass the exam!
[[Continue|Day 8 Health]]
]
(if: not $resGrade)[
You have not managed to pass the final exam on which you depended to continue your studies.
[[Continue|Game over]]
]
</div>(set: $minHealth to 70)(set: $resHealth to ($health >= $minHealth))
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #1a1a1a;
}
.ui-container {
display: flex;
flex-direction: column;
align-items: center;
}
.ui-section {
text-align: center;
margin-bottom: 5px;
}
.ui-title {
font-weight: bold;
color: white;
margin-bottom: 2px;
}
.health-title {
color: red;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
</style>
<div class="ui-container">
<div class="ui-section">
<h2 class="ui-title health-title">Health</h2>
<div class="ui-element health">
<span>$health/70</span>
</div>
</div>
(if: $resHealth)[
The situation has not got the better of you and you are able to move on.
[[Continue|Day 8 Money]]
]
(if: not $resHealth)[
All the stress and anxiety overcomes you physically and mentally, and seeing all that lies ahead you decide to quit the career.
[[Continue|Game over]]
]
</div>(set: $minMoney to 400)(set: $resMoney to ($money >= $minMoney))
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #1a1a1a;
}
.ui-container {
display: flex;
flex-direction: column;
align-items: center;
}
.ui-section {
text-align: center;
margin-bottom: 5px;
}
.ui-title {
font-weight: bold;
color: white;
margin-bottom: 2px;
}
.money-title {
color: lightgreen;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
</style>
<div class="ui-container">
<div class="ui-section">
<h2 class="ui-title money-title">Money</h2>
<div class="ui-element money">
<span>$money/400</span>
</div>
</div>
(if: $resMoney)[
You have managed to raise all the money to pay the rent for the apartment.
[[Continue|Day 8 Win]]
]
(if: not $resMoney)[
You have not been able to raise all the money to pay the rent for the apartment.
The owner of the apartment is very angry and asks you to pack your bags to leave.
[[Continue|Game over]]
]
</div>You return home after a very hard week.
(link: "...")[
You get an offer for an internship in a company where you can stay permanent when you finish, being able to earn enough money to pay for the apartment every month.
(link: "...")[
Thanks to this you manage to maintain good health and enough time to study and pass everything.
(link: "...")[
<div class="center-content">
(text-colour:blue)[<h3>YOU WIN</h3>]
<p>
[[Continue|Main Menu]]
<br>
<a href="https://www.lasexta.com/programas/sexta-noche/estudiante-que-tuvo-que-renunciar-carrera-sonada-poder-pagar-alquiler-perdida-talento-potencial_202410196713dcbce2e54f00018608ed.html" target="_blank">This game is based on this new</a>
<img src="https://i.imgur.com/yyRpPA1.png"></img>
</p>
</div>
<style>
.center-content {
text-align: center;
margin-top: 5%;
}
</style>
]
]
]<div class="center-content">
(text-colour:red)[<h1>GAME OVER</h1>]
<p>
[[Try again|Main Menu]]
<br>
<a href="https://www.lasexta.com/programas/sexta-noche/estudiante-que-tuvo-que-renunciar-carrera-sonada-poder-pagar-alquiler-perdida-talento-potencial_202410196713dcbce2e54f00018608ed.html" target="_blank">This game is based on this new</a>
<img src="https://i.imgur.com/yyRpPA1.png"></img>
</p>
</div>
<style>
.center-content {
text-align: center;
margin-top: 5%;
}
</style>You are (text-colour: yellow)[$player], a young college student in the second year of your dream career.
(link: "...")[
You live in the same city where his university is located, and you miraculously found an apartment to rent at a decent price. Last year you had to move out of the apartment you were living in during the first year because you couldn't afford it.
Your humble family lives in a small town far away from your university, and they can't help you with the money.
In your actual apartment, the monthly cost is 450€, only a little less than your previous apartment and a little further away from the university, but the landlady is very demanding with the payments.
(set: $money = 200)
(link: "...")[
These last months you have been able to manage to pay for the apartment with small jobs that a contact of your parents is getting you, in addition to maintaining the approval in the university with difficulty.
(set: $grade = 20)
But little by little the constant stress to study, to work and to be up to the neck with the payment of the apartment makes you worsens your health and considers leaving your dreamed career.
(set: $health = 50)
[[Continue|Introduction2]]
]]
<audio autoplay loop>
<source src="https://static.wixstatic.com/mp3/77d39a_23d8667185214f278b6cb27ccb2373ca.mp3" type="audio/mpeg">
</audio><style>
.ui-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.ui-element {
position: relative;
width: 195px;
height: 50px;
background-size: cover;
color: white;
font-weight: bold;
border-radius: 5px;
overflow: hidden;
padding-right: 25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.money {
background-image: url('https://i.imgur.com/Btg1mbu.png');
}
.health {
background-image: url('https://i.imgur.com/j65UxOa.png');
}
.grade {
background-image: url('https://i.imgur.com/KgCXKgh.png');
}
</style>
<div class="ui-container">
<div class="ui-element money">
<span>$money/400</span>
</div>
<div class="ui-element health">
<span>$health/70</span>
</div>
<div class="ui-element grade">
<span>$grade/50</span>
</div>
</div>
It's only a week to go before you have to pay the rent and take the final exam that you have to pass.
You will have to do your best to pass the exam, save enough money to pay for the flat and maintain good health.
Your current situation:
* You currently have 200€ of (text-colour:green)[money].
* 50% of physical and mental stable (text-colour:red)[health] out of a maxim of 100.
* Sufficient knowledge of the final exam to (text-colour:cyan)[grade] a 5 out of 10.
''You have to save 400€, at least keep your health at 70 and your grade at 50.''
[[Day 1|Day 1-1]]<div class="center-content">
<h2>University Life Survival</h2>
<p>[[Start|Player Name]]</p>
<p>[[Credits]]</p>
</div>
<!-- CSS para centrar el contenido -->
<style>
.center-content {
text-align: center;
margin-top: 5%;
</style>
<audio autoplay loop>
<source src="https://static.wixstatic.com/mp3/77d39a_47fe96f0da00455c96785cba3a3f2093.mp3" type="audio/mpeg">
</audio>(set: $player to (prompt: "What's your name?", ""))
(if: $player is not "")[
(go-to: "Introduction"))
]