sound.ambient.youmu.url: 'Assets/Audio/youmu.ogg'
sound.ambient.youmu.description: 'Youmu theme is playing.'
sound.ambient.youmu2.url: 'Assets/Audio/youmu2.ogg'
sound.ambient.youmu2.description: 'Youmu theme is playing.'
sound.ambient.suika.url: 'Assets/Audio/suika.ogg'
sound.ambient.suika.description: 'Suika theme is playing.'
sound.ambient.badapple.url: 'Assets/Audio/bad apple.ogg'
sound.ambient.badapple.description: 'Bad Apple is playing.'
sound.effect.synth.url: 'Assets/Audio/synth.wav'
--
{ambient sound: 'badapple'}
DIOTIMA: *Who am I, you ask? I'm still getting a handle on that, hold on. Let me try and retrace my steps.*
DIOTIMA: *I am... Diotima, born in Mantineia, yes that sounds right.*
DIOTIMA: *And I am another one of the many grandstanders and sophists of Athens. Sometimes, we're called philosophers.*
DIOTIMA: *Our job is generally to make arguments that at times, provoke and at others, convince. For most, truth-seeking is secondary.*
DIOTIMA: *If all it takes is some empty rhetoric, and a few parlor tricks to convince people then why try? People confuse right from left, how can they tell right from wrong?*
DIOTIMA: *There are still a few of us who are insane enough to take on the burden of truth though.*
DIOTIMA: *Most of us have a kind of obsession to center their ideas around. Thales has water, Pythagoras has numbers, and then I have love.*
DIOTIMA: *Sorry, I HAD love. That part of my life is behind me now.*
DIOTIMA: *Recently, I have taken to teaching others under my wing.*
DIOTIMA: *It is also useful for keeping my coin satchel full and mouth fed.*
DIOTIMA: *[[Here comes one of my students now.|SOCRATES 2]]*
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
///////////
const img1 = document.createElement("img");
img1.setAttribute("src", "Assets/Images/Diotima Human.png");
///////////
img1.setAttribute("id", "leftPortrait");
const cont1 = document.createElement("div");
cont1.setAttribute("id", "leftContainer");
cont1.appendChild(img1);
document.getElementById("backdrop").prepend(cont1);
//////////
const img2 = document.createElement("img");
img2.setAttribute("src", "Assets/Images/trans parent.png");
///////////
img2.setAttribute("id", "rightPortrait");
const cont2 = document.createElement("div");
cont2.setAttribute("id", "rightContainer");
cont2.appendChild(img2);
document.getElementById("backdrop").appendChild(cont2);
document.body.removeAttribute("class");progressA: 0
progressB: 0
inventory: ["People are naive and can be tricked.", "Your argument is a sham and you are an idiot."]
cred: 4
--
DIOTIMA: Socrates! Good to see you.
SOCRATES: Good day to you, Diotima!
DIOTIMA: You're sounding chipper today, any new discoveries?
SOCRATES: That's right! You see this new coat of mine?
SOCRATES: I've discovered that you can use drawing compasses to make a hook.
SOCRATES: Tie it to a string and it'll hook onto any garment left unguarded.
DIOMATA: *This is Socrates, a young student of mine. However, he isn't from a wealthy family like most of them so he makes due however he can.*
DIOTIMA: Clever. Not at all moral or right though.
SOCRATES: How can you prove that? Aren't all moral judgements relative?
DIOTIMA: *He has recently fallen into the traps many sophists are tricked into believing.*
DIOTIMA: *Nearly all ideas can be doubted. Especially if your opponent believes it. It's made him insufferable; more so than usual.*
DIOTIMA: I don't know, but do you have proof to the contrary?
SOCRATES: Turning it back on me. This is exactly what I pay you for! Let me try...
[[Begin dialogue with Socrates|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]cred (cred < 5): cred + 1
--
[align center]
BEGIN DIALOGUE
[align left]
SOCRATES: All ideas can be doubted.
[[QUESTION|SOCRATES 3a]] or
[[PRESENT|SOCRATES 3 PRESENT a]]
[if progressA == 0]
SOCRATES: All material things cannot be doubted.
[[QUESTION|SOCRATES 3b]] or
[[PRESENT|SOCRATES 3 PRESENT b]]
[else]
SOCRATES: All sensory things cannot be doubted.
[[PRESENT|SOCRATES 3 PRESENT b]]
[continued]
[if progressB == 0]
SOCRATES: That means, I am neither right nor wrong as those are not real qualities I can have.
[[QUESTION|SOCRATES 3c]] or
[[PRESENT|SOCRATES 3 PRESENT c]]
[else]
SOCRATES: Therefore, right and wrong can be doubted.
[[PRESENT|SOCRATES 3 PRESENT c]]
[continued]
***
**Ideas**
<ul>
[JavaScript]
inventory.forEach(function(value, index){
write("<li>" + value + "</li>");
});
[continued]
</ul>
***
[if cred == 1]
Your credibility is ABYSMAL.
[if cred == 2]
Your credibility is LOW.
[if cred == 3]
Your credibility is SHAKY.
[if cred == 4]
Your credibility is SOLID.
[if cred == 5]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued][align center]
{embed image: 'Assets/Images/logos.png'}
[[Start|SOCRATES 1]]
[[Instructions|INSTRUCTIONS]]
[[About|ABOUT]]
<audio>MUSIC: An unserious piano waltz plays with dream-like reverb.</audio>
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[align center]
You are a **PHILOSOPHER**.
Engage your opponents in **DIALOGUE**.
**QUESTION** their arguments.
**PRESENT** your ideas to the contrary.
**SEARCH** for truth.
Figure out **LOVE**.
[[Go back.|TITLE]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
cred: cred - 1
--
DIOTIMA: Why can all ideas be doubted?
SOCRATES: Because ideas are arbitrary. If we disagree on how tall the Parthenon is, there is a fact in reality that we are pointing to.
SOCRATES: Ideas like justice and love cannot be measured the same way we measure with rulers. We can argue as much as we want but there is no physical thing we can use to resolve our argument.
SOCRATES: Thus, they can be doubted.
[[Go back.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]progressA: progressA + 1
cred: cred - 1
--
DIOTIMA: What are material things by your definition?
SOCRATES: Material things are anything that I can see, hear, hold, or sense basically. I could rephrase it as:
SOCRATES: All sensory things cannot be doubted.
[[Fascinating.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]progressB: progressB + 1
cred: cred - 1
--
DIOTIMA: Could you formalize that? Generalize your conclusion, I mean.
SOCRATES: Sure. I'd rephrase it as:
SOCRATES: Therefore, right and wrong can be doubted.
[[Fascinating.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]progressA: 0
progressB: 0
inventory: ["Our senses can be doubted.", "Your argument is a sham and you are an idiot."]
--
DIOTIMA: Interesting point, Socrates.
SOCRATES: Thank you. Does that mean you agree?
DIOTIMA: No. It's interesting because of how wrong it is.
SOCRATES: Ah.
DIOTIMA: All material things cannot be doubted that might have been true if we were perfect beings. However, senses can betray us.
DIOTIMA: You recall the construction of the Parthenon, correct? Its pillars were refined to bend slightly to correct for what we call an optical illusion.
DIOTIMA: Two parallel lines, no matter the true straightness, seem to curve outwards when intersected by converging lines.
DIOTIMA: A bit of geometric trivia from your back alley Pythagoras.
DIOTIMA: That means we can, in fact, doubt material things given they rely on our imperfect senses.
SOCRATES: I see!
SOCRATES: I'm learning so much from your argument!
DIOTIMA: Is that right? Does that mean you're ready to accept you were in the wrong?
SOCRATES: Hold on, we're not quite there yet. [[My argument still holds.|SOCRATES 4]]
[align center]
~~LOST "People are naive and can be tricked."~~
~~GAINED "Our senses can be doubted."~~
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]cred (cred < 5): cred + 1
--
[align center]
BEGIN DIALOGUE
[align left]
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[QUESTION|SOCRATES 4a]] or
[[PRESENT|SOCRATES 4 PRESENT a]]
SOCRATES: But that does not change that all ideas can be doubted as well.
[[QUESTION|SOCRATES 4b]] or
[[PRESENT|SOCRATES 4 PRESENT b]]
[if progressA == 0]
SOCRATES: My original conclusion remains that right and wrong can be doubted.
[[QUESTION|SOCRATES 4c]] or
[[PRESENT|SOCRATES 4 PRESENT c]]
[else]
SOCRATES: Right and wrong are decided by what each person believes is right or wrong.
[[PRESENT|SOCRATES 4 PRESENT c]]
[continued]
***
**Ideas**
<ul>
[JavaScript]
inventory.forEach(function(value, index){
write("<li>" + value + "</li>");
});
[continued]
</ul>
***
[if cred == 1]
Your credibility is ABYSMAL.
[if cred == 2]
Your credibility is LOW.
[if cred == 3]
Your credibility is SHAKY.
[if cred == 4]
Your credibility is SOLID.
[if cred == 5]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
SOCRATES: All ideas can be doubted.
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 3 PRESENT a]]
- [[{idea2}|SOCRATES 3 PRESENT a]]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
[if progressA == 0]
SOCRATES: Real things cannot be doubted.
[else]
SOCRATES: All sensory things cannot be doubted.
[continued]
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
[if progressA == 0]
- [[{idea1}|SOCRATES 3 PRESENT b]]
[else]
- [[{idea1}|SOCRATES 3bA]]
[continued]
- [[{idea2}|SOCRATES 3 PRESENT b]]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
[if progressB == 0]
SOCRATES: That means, I am neither right nor wrong as those are not real qualities I can have.
[else]
SOCRATES: Therefore, right and wrong can be doubted.
[continued]
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 3 PRESENT c]]
- [[{idea2}|SOCRATES 3 PRESENT c]]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}[align center]
*"A spectre is haunting Gensokyo — the spectre of dialectics!"*
This is a fan-made video game not affiliated with or endorsed by the original creators. Touhou Project original concept, characters, and elements are property of ZUN and Team Shanghai Alice. Please support the official series.
Depictions are anachronistic, Socrates is largely based on his appearance in The Clouds, a satire, and Diotima did not in fact travel to Gensokyo. This is my warning to any nerds (pulls out locker to stuff you into).
~~By Jacoder23 for Touhou Fan Game Jam 9~~
~~This is the original version of the game submitted to Touhou Fan Game Jam 9.~~
External assets:
<a href="https://pixabay.com/vectors/abstract-decorative-divider-fancy-3166168/">Fancy divider by GDJ</a>
<a href="https://www.britannica.com/place/ancient-Greece" target="_blank">Athens: Acropolis by sborisov— iStock/Getty Images</a>
<a href="https://commons.wikimedia.org/wiki/File:Suwa_taisha_harumiya13bs3200.jpg" target="_blank">Shrine image by 663highland</a>
<a href="https://sonniss.com/gameaudiogdc" target="_blank">Bluezone - Heaven - Ethereal Ambient Samples</a>
[[Go back.|TITLE]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
cred: cred - 1
--
DIOTIMA: Can that be proven?
SOCRATES: I believe you just did exactly that by using an optical illusion as an example.
[[Go back.|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT a]]
- [[{idea2}|SOCRATES 4 PRESENT a]]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT b]]
- [[{idea2}|SOCRATES 4 PRESENT b]]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}cred: cred - 1
--
DIOTIMA: So does that mean you believe you can doubt everything?
SOCRATES: I doubt I have to believe that for my argument to hold.
DIOTIMA: Okay, you can't literally doubt everything.
SOCRATES: Sure I can.
DIOTIMA: Can you doubt you can doubt?
SOCRATES: I don't know if I can doubt I can doubt.
DIOTIMA: You don't or you can't?
SOCRATES: I... hm. Well I think my point still stands either which way.
[[Go back.|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]progressA: progressA+1
cred: cred - 1
--
DIOTIMA: I must ask Socrates, but where did you hear this argument?
SOCRATES: Oh, I heard it from Protagoras preaching atop his mansion's rooftop.
DIOTIMA: And did he have a continuation of this argument?
DIOTIMA: Surely, he did not shout here is no right or wrong, without an elaboration?
SOCRATES: Ah yes, I think he did continue it. But it just didn't seem relevant.
SOCRATES: He said that right and wrong had to exist, of course, but given they had no objective measure that meant they could only have one source.
SOCRATES: Protagoras said that man is the measure of all things.
SOCRATES: He'd do a better job of explaining but I think it can summed up for our argument as:
SOCRATES: Right and wrong are relative and are decided by what each person believes is right or wrong.
[[Insightful..|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]idea1: inventory[0]
idea2: inventory[1]
cred: cred - 1
--
[if cred < 0]
{embed passage: 'SOCRATES LOSS'}
[continued]
[if progressA == 0]
SOCRATES: My original conclusion remains that right and wrong can be doubted.
[else]
SOCRATES: Right and wrong are decided by what each person believes is right or wrong.
[continued]
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT c]]
[if progressA == 0]
- [[{idea2}|SOCRATES 4 PRESENT c]]
[else]
- [[{idea2}|SOCRATES 4cA]]
[continued]
***
[if cred == 0]
Your credibility is ABYSMAL.
[if cred == 1]
Your credibility is LOW.
[if cred == 2]
Your credibility is SHAKY.
[if cred == 3]
Your credibility is SOLID.
[if cred == 4]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
if(cred < 0){
document.body.setAttribute("class", "stop-scrolling");
}progressA: 0
progressB: 0
inventory: ["Our senses can be doubted."]
cred: 5
--
DIOTIMA: Another interesting stance. So whatever you believe is right is right? That is to say: truth is relative?
SOCRATES: I believe so.
DIOTIMA: Then if I believe that your argument is sham and I have wasted my time as a teacher then am I right?
SOCRATES: Ah.
DIOTIMA: I think it should be self-evident by now that this statement, as succinct and convincing as it sounds at first, is entirely self-defeating.
DIOTIMA: If all it takes is belief then my belief that man is not the measure of all things is a paradox. If my belief is true then the statement is false, if my belief is false then so is the statement.
A pause. In the distance is the buzz of the city's streets.
DIOTIMA: Did I go too hard on the kid?
SOCRATES: Brilliant! I'm so glad to be learning from you, priestess! That argument bothered me for days but I couldn't place why.
DIOTIMA: *Ah, that's the last thing about myself. I might call myself a philosopher but you don't exactly see a lot of women as philosophers.*
DIOTIMA: *My official title is priestess, though a priestess of whom I've not figured out yet.*
DIOTIMA: *I got it when I first arrived in Athens and a plague was spreading.*
DIOTIMA: *I advised the authorities to begin sacrifices to the appropriate Gods and the plague ended just as quickly as it began.*
DIOTIMA: *That got me in with a good standing with the citizens, but until another plague hits I'm stuck between jobs.*
DIOTIMA: *I'm probably still gonna stick with this though as it's been far more rewarding. I'll let those snobs deal with their disasters on their own. What happens to them happens.*
SOCRATES: Diomata? Are you alright?
DIOTIMA: Ah? Yes, yes I am. I was just thinking.
SOCRATES: So was I! I was just wondering that if we assume right and wrong are truths out there somehow, how we could arrive at them?
DIOTIMA: That is a good question. You see…
Diomata stumbles, seemingly slipping on nothing. Socrates moves to help her but she finds her footing.
SOCRATES: Are you alright?
DIOTIMA: Yes, yes. I've just been lightheaded recently.
DIOTIMA: [[As I was sayin—|INTERLUDE 1]]
[align center]
~~LOST "Your argument is a sham and you are an idiot."~~
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]DIOTIMA: And then I found myself in what I have no reference to compare to. It was as if I was being pulled by a great thousands of storms, rushing, pulling, screaming in my ear.
DIOTIMA: Then, strange as it sounds, I felt one of the storms... staring at me. I was then hurtling into that particular storm then a quiet darkness surrounded me.
DIOTIMA: I opened my eyes, then I was [[here.|INTERLUDE 2]]
{no ambient sound}
{sound effect: 'synth'}
[CSS]
#backdrop {
background-image: url("Assets/Images/storm.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]DIOTIMA: *Now wait a moment. I didn't say anything of that sort!*
Diotima sighs.
DIOTIMA: *I think we've gotten a bit muddled on our way here. Let me try and retrace my steps again...*
{restart link, label: "RESTART"}
[CSS]
#backdrop {
background-image: url("Assets/Images/greece.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[note]
This is all invisible characters.
[continued]
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
ㅤ
REIMU: And also you're a ghost now.
REIMU: Didn't really need to know all that but if you've got that out of your system I'm gonna get back to drinking myself to an early death.
DIOTIMA: Ah, of course.
REIMU: I can show you tomorrow where the Yama go to judge people headed for the afterlife and you can ask them any questions you have. But this night festival isn't over until I'm out cold!
REIMU: Get something for yourself if you wanna hang around.
DIOTIMA: Very well.
Diotima, now translucent and with an ectoplasmic tail where he legs used to be, floats over to an juicy, unclaimed skewer of grilled lamprey. Her hand passes straight through it. She's heartbroken.
DIOTIMA: Oh. [[What exactly can I "get for myself"?|INTERLUDE 3]]
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
///////////
const img1 = document.getElementById("leftPortrait");
img1.setAttribute("src", "Assets/Images/Diotima.png");
///////////
//////////
const img2 = document.getElementById("rightPortrait");
img2.setAttribute("src", "Assets/Images/trans parent.png");
///////////SUIKA: [[Love!|INTERLUDE 4]]
SUIKA: I don't want anything to do with love anymore!
SUIKA hiccups, a comically large bubble leaves her mouth and floats in the air for a full 5 seconds before popping.
DIOTIMA: Is she drunk?
REIMU: She's always drunk. This is just a different stage of it; like going from happy drunk to sad drunk.
Most of the partygoers appear to have either left or are fast asleep. The exception being the short, horned girl apparently called Suika, the festival's organizer, Reimu, and a white-haired girl sitting up against a tree that Diotima feels an odd kinship with.
She appears to be wide awake unlike the rest and sees Diotima. She's staring intently.
REIMU: That's just Youmu. She's not good with ghosts.
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]progressSuikaA: 0
progressSuikaB: 0
progressYoumuA: 0
progressYoumuB: 0
progressReimuA: 0
completed: false
inventory: ["Our senses can be doubted."]
cred: 5
--
DIOTIMA: *Yes, I suppose, I could just do what I've always wanted to do.*
DIOTIMA: *I am willing to bet ghosts have cool powers and use them to do amazing things. So I'm gonna use them to revive my old passion and figure out just what is love!*
As Diotima pumps her fists, a bolt of lightning comes flying out of her and into the sky. After a moment, it comes back down and strikes a boulder, slicing it cleanly in half.
DIOTIMA: *...and then when I'm done I am definitely gonna try and figure out the other side of these powers.*
[[Continue.|HUB]]
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued][align center]
[after 1 second]
You are a **PHILOSOPHER**.
[align center]
[after 2 seconds]
Engage your opponents in **DIALOGUE**.
[align center]
[after 3 seconds]
**QUESTION** their arguments.
[align center]
[after 4 seconds]
**PRESENT** your ideas to the contrary.
[align center]
[after 5 seconds]
**SEARCH** for truth.
[align center]
[after 6 seconds]
Figure out **LOVE**.
[continued]
[align center]
[[Talk to Suika.|SUIKA 1]] [[Haunt Suika.|SUIKA H 1]]
[[Talk to Reimu.|REIMU 1]] [[Haunt Reimu.|REIMU H 1]]
[[Talk to Youmu.|YOUMU 1]] [[Haunt Youmu.|YOUMU H 1]]
[[I've heard enough.|IDEA CLOUD]]
[continued]
***
[align left]
**Ideas**
[align left]
<ul>
[JavaScript]
inventory.forEach(function(value, index){
write("<li>" + value + "</li>");
});
[continued]
</ul>
***
[if cred == 1]
Your credibility is ABYSMAL.
[if cred == 2]
Your credibility is LOW.
[if cred == 3]
Your credibility is SHAKY.
[if cred == 4]
Your credibility is SOLID.
[if cred == 5]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued][align center]
[after 2 seconds]
You know what you have to do.
[align center]
[after 4 seconds]
There are no takebacks after your final decision.
[align center]
[after 6 seconds]
Have you decided?
[continued]
[align center]
[after 8 seconds]
[[I know what is love.|IDCLOUD 1]]
[[Go back.|HUB]]
[continued]
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued][align left]
[align center]
{cycling link for: 'answer1', choices: ["Love", "Loving someone", "Love on its own", "Love in its highest form", "The act of loving"]} {cycling link for: 'answer2', choices: ["is", "is not", "can be", "cannot be", "probably is", "probably is not"]} {cycling link for: 'answer3', choices: ["selfish", "duty", "friendship", "sacrifice", "transient", "understandable"]}
[continued]
</ul>
***
[[Continue.|IDCLOUD 2]]
[[Go back.|HUB]]
[CSS]
#backdrop {
background-image: url("Assets/Images/storm.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]REIMU: What is it?
DIOTIMA: I was wondering if could ask something of you.
REIMU: Shoot.
DIOTIMA: You are this land's priestess correct? That makes us peers.
REIMU: Close, I'm its shrine maiden.
REIMU: YWe're in the same boat you and me.
Reimu swirls her cups, staring into its rippling waves before taking another swig.
REIMU: We've got no idea about the god we're serving. Just trying to make do.
DIOTIMA: Indeed. It's a... less than fulfilling experience.
REIMU: Word.
Reimu points a finger gun at Diotima while saying this.
DIOTIMA: While I'm here, I'd like to ask you, if you don't mind, about love.
REIMU: Love?
DIOTIMA: Love. You already know it was an old passion of mind as a philosopher; exploring the topic of love.
DIOTIMA: I want to know what is love, definitively.
REIMU: Hmm. I'll indulge you. [[Here's what I think of love.|REIMU 2]]Love as master servant relation, predefined, predestinedLove as spontaneous, selfish or lustfulpositive: false
positive (answer2 == "is"): true
positive (answer2 == "can be"): true
positive (answer2 == "probably is"): true
confident: false
confident (answer2 == "is"): true
confident (answer2 == "is not"): true
confident (answer2 == "cannot be"): true
action: false
action (answer1 == "Love on its own"): true
action (answer1 == "The act of loving"): true
--
[JavaScript]
// This is way more scuffed than it has to be but in my defense it's because I wanted to write a custom explanation for literally every combination but turn out that takes time.
if (!positive && !confident && !action){
// 000
write("DIOTIMA: Now I'm not entirely sure.</p><p>");
write("DIOTIMA: But I think love is an idea. Actions of love are just manifestations of the true form of love.</p><p>");
write("DIOTIMA: That form of love must be " + answer3 + ".</p>");
}
else if (!positive && !confident && action){
// 001
write("DIOTIMA: Now I'm not entirely sure.</p><p>");
write("DIOTIMA: But I think love is an act. There cannot be love without people showing it, living in it.</p><p>");
write("DIOTIMA: That means that love cannot be " + answer3 + ".</p>");
}
else if (!positive && confident && !action){
// 010
write("DIOTIMA: I'm sure of this. I can feel it to be right.</p><p>");
write("DIOTIMA: Love is an idea. Actions of love are just manifestations of the true form of love.</p><p>");
write("DIOTIMA: That form of love cannot be " + answer3 + ".</p>");
}
else if (!positive && confident && action){
// 011
write("DIOTIMA: I'm sure of this. I can feel it to be right.</p><p>");
write("DIOTIMA: Love is an act. There cannot be love without people showing it, living in it.</p><p>");
write("DIOTIMA: That means that love cannot be " + answer3 + ".</p>");
}
else if (positive && !confident && !action){
// 100
write("DIOTIMA: Now I'm not entirely sure.</p><p>");
write("DIOTIMA: But I think love is an idea. Actions of love are just manifestations of the true form of love.</p><p>");
write("DIOTIMA: That form of love must be " + answer3 + ".</p>");
}
else if (positive && !confident && action){
// 101
write("DIOTIMA: Now I'm not entirely sure.</p><p>");
write("DIOTIMA: But I think love is an act. There cannot be love without people showing it, living in it.</p><p>");
write("DIOTIMA: That means that love must be " + answer3 + ".</p>");
}
else if (positive && confident && !action){
// 110
write("DIOTIMA: I'm sure of this. I can feel it to be right.</p><p>");
write("DIOTIMA: Love is an idea. Actions of love are just manifestations of the true form of love.</p><p>");
write("DIOTIMA: That form of love must be " + answer3 + ".</p>");
}
else if (positive && confident && action){
// 111
write("DIOTIMA: I'm sure of this. I can feel it to be right.</p><p>");
write("DIOTIMA: Love is an act. There cannot be love without people showing it, living in it.</p><p>");
write("DIOTIMA: That means that love must be " + answer3 + ".</p>");
}
[continued]
[after 5 seconds]
DIOTIMA: But that's not quite complete.
DIOTIMA: What do you think?
YOU: {text input for: 'yourAnswer'}
[[Continue.|IDCLOUD 3]]
[continued]
[CSS]
#backdrop {
background-image: url("Assets/Images/storm.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]Diotima focuses her ghostly energies on Reimu...
And it fails miserably. Reimu's still too buzzed to notice but it appears her spiritual powers prevent Diotima from possessing her. It's like blowing bubbles inside of a hurricane; you're not gonna achieve anything by trying.
[[Go back.|HUB]]DIOTIMA: Interesting.
DIOTIMA: I could tell you were listening in for a little while now.
DIOTIMA: Like me, you are but an observer of this world. A guest not a resident.
DIOTIMA: Just the same, I was never a citizen of Athens. Even if I wanted to, the best I could become would be the wife of a man of higher standing. Even then, I'd still be more lowly than even the most crapulent, conniving, catastrophic citizen.
DIOTIMA: I had personal love too, once. My own eros. But that turned sour as quickly as it sweetened.
DIOTIMA: We didn't agree on as many things as I initially thought. Some of those things were dealbreakers.
DIOTIMA: I don't regret it though. With all the earthly pains that love can bring comes all its pleasures. Not pleasure of the body mind you, but those of the soul.
DIOTIMA: I loved but I did not understand it until it tore me apart. I won't rest until I truly can comprehend it.
DIOTIMA: How about you?
DIOTIMA: Are you still searching for it?
YOU: {text input for: 'yourAnswer'}
[[Continue.|IDCLOUD 4]]
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]DIOTIMA: I see.
DIOTIMA: I can only wish you the best of luck on your journey and hope you do the same for me.
Diotima stands, her legs returned. She makes her way to the grilled lamprey from earlier.
DIOTIMA: It appears my mortal, physical form is finally returned to me.
Her hands still passes through the skewer. She appears to be slightly more solid now however so rather than it going through harmlessly it knocks the skewer over and onto the ground.
DIOTIMA: ...
DIOTIMA: Well, [[FU—|Ending]]
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]Congratulations on finishing the game!
{restart link, label: "RESTART"}cred (cred < 5): cred + 1
--
[align center]
BEGIN DIALOGUE
[align left]
REIMU: Love appears differently in many ways.
[[QUESTION|REIMU 2a]] or
[[PRESENT|REIMU 2 PRESENT a]]
REIMU: But true love is comfortable, tranquil, like a lazy Sunday.
[[QUESTION|REIMU 2b]] or
[[PRESENT|REIMU 2 PRESENT b]]
REIMU: I think then that love is at its purest in friendship.
[[QUESTION|REIMU 2c]] or
[[PRESENT|REIMU 2 PRESENT c]]
***
**Ideas**
<ul>
[JavaScript]
inventory.forEach(function(value, index){
write("<li>" + value + "</li>");
});
[continued]
</ul>
***
[if cred == 1]
Your credibility is ABYSMAL.
[if cred == 2]
Your credibility is LOW.
[if cred == 3]
Your credibility is SHAKY.
[if cred == 4]
Your credibility is SOLID.
[if cred == 5]
Your credibility is UNDOUBTABLE.
[CSS]
#backdrop {
background-image: url("Assets/Images/shrine.jpg");
background-repeat: no-repeat;
background-size: cover;
}
[continued]