SHF High-school Fanfic

MatchaChocolate69

? Your Valentine ?
Joined
Sep 25, 2023
Messages
859
Points
133
SsemouyOnan: Sola? Where's the case?
Sola-sama: [on the floor face-down] Put the gun away.
SsemouyOnan: What's Watcha doing here? Watcha, what are you doing here?
Watcha: Excuse me, my Lady!
[Ssemouy shoots him twice, then goes over to Corty]
SsemouyOnan: Where's the case?
Watcha: [groans] You evil woman...
SsemouyOnan: Don't take the piss, Watcha.
Watcha: I'll show you... now...!
[SsemouyOnan shoots him four more times]
Watcha: Bless you!
[Ssemouy shoots him again]
Watcha: Almost had it.
SsemouyOnan: For fuck's sake...
[Takes careful aim and shoots Watcha one more time; looks down at Corty]
SsemouyOnan: [Contempt] Fuck you, an' all.
[Casually pulls the trigger, only to learn that she has run out of ammunition]
SsemouyOnan: [Exasperated] You lucky bastard!
WOAH! What is that, Mama?
 

Nolff

An attractive male of unspecified gender.
Joined
Aug 10, 2023
Messages
2,133
Points
153
Yes, I'm sure and no, I don't have to prove anything to you
Why2.jpg
 

ShizukiIchino

Well-known member
Joined
Sep 18, 2023
Messages
2
Points
88
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
using namespace std;

int createZombie() {
if (rand() % 67 < 10)
return 11;

else
return rand() % 10 + 1;
}

int main() {
srand(time(NULL));
char enter;

// game stats
int playerAlive = true;
int playerSkill = 9;
int playerScore = 1;
string playerName = "";
int zombieCount = 0;
int zombiesKilled = 0;

// title
cout << "Welcome to Zombie War." << endl << "Press [ENTER] to start.";
cin.get();

// player name
cout << "Please enter your name: ";
cin >> playerName;

// ask how many zombies
cout << "How many zombies do you wish to fight? ";
cin >> zombieCount;

cout << "Get ready to fight for your life, " << playerName << "!" << endl;

// main game loop
while (playerAlive && zombiesKilled < zombieCount) {
// create a random zombie
int zombieSkill = createZombie();

// battle sequence
if (zombieSkill > 10) {
cout << endl << "Here comes a huge zombie!" << endl;
}
else {
cout << endl << "Here comes zombie " << zombiesKilled + 1 << endl;
}

cout << "Fighting..." << endl;
sleep(2);

// zombie killed the player
if (playerSkill < zombieSkill) {
playerAlive = false;
cout << "You have died." << endl;
}

// player killed the zombie
else {
if (playerSkill - zombieSkill > 7) {
cout << "You wasted the zombie!" << endl;
playerScore = playerScore * 2;
}

else if (playerSkill - zombieSkill > 5) {
cout << "You decapitated the zombie!" << endl;
playerScore = playerScore * 2;
}

else if (playerSkill - zombieSkill > 0) {
cout << "You killed the zombie!" << endl;
playerScore = playerScore * 2;
}

else {
cout << "You killed the zombie, but suffered injuries." << endl;
}

zombiesKilled++;
}

cout << endl;
sleep(1);
}

// end game
if (zombiesKilled == zombieCount) {
// victory
cout << "You have survived the onslaught!" << endl;
}
else {
// lost
cout << "You did not survive the zombie war." << endl;
}

cout << "Zombies killed: " << zombiesKilled << endl;
cout << "Final score: " << playerScore << endl << endl;
Oh my bad wrong website
 

Nolff

An attractive male of unspecified gender.
Joined
Aug 10, 2023
Messages
2,133
Points
153
That was my brain frying from all the shitposts I saw in the morning :blob_uwu:
And if you think about it, Watcha fits surprisingly well in the role of Boris The Bullet Dodger, he survived a lot of stuff.
Indeed, you drunken wretch!
 

MatchaChocolate69

? Your Valentine ?
Joined
Sep 25, 2023
Messages
859
Points
133
Now imagine the whiplash when I say that in university I specialized in pedagogy/psychology...
I can clearly see you in it; you have that kind of intelligence and sensitivity for the field.
Perhaps too much?

I wouldn't say it's anything special. It your average: has no friends + is a loner+ has access to computer and internet
I believe you simply want your own space and need to be able to dedicate yourself to your passions and prioritize meaningful relationships.
I am like that. Most people who have many "friends" are actually just acquaintances.
 

Nolff

An attractive male of unspecified gender.
Joined
Aug 10, 2023
Messages
2,133
Points
153
Oi, I am not an alcoholic anymore! Call me that one more time and I'll attach a third arm on your forehead!
What makes me a good demoman?

If I were a bad demoman, I wouldn't be sittin' here discussing it with you now would I?!!
 
D

Deleted member 146224

Guest
I can clearly see you in it; you have that kind of intelligence and sensitivity for the field.
Perhaps too much?
I believe it is too much sometimes. It was harder when I was younger, cuz I cared about things and others a bit too much. Nowadays, I learned to prioritize better and not forget about myself as much.
I believe you simply want your own space and need to be able to dedicate yourself to your passions and prioritize meaningful relationships.
I am like that. Most people who have many "friends" are actually just acquaintances.
That's precisely it. I have a lovely GF and she's really amazing, but there are days when I really miss having my own space. I lived alone since I turned 18, so it was hard to switch to sharing my space with someone. IRL I have maybe 5 people that I consider my friends and it's all friendships from high school. People who accept that I will go silent for months only to randomly send them a meme lol

I had a feeling we're alike in that :blob_uwu: You give off the calm vibe I appreciate in people :blob_uwu:

*continues watching tail*
You are cute~
*gets toppled*
*stares into Danny’s eyes*
Your daikoness is cute~
nyaaaaaaaaaaaaaaaa~~~ :blob_melt: :blob_melt: :blob_melt: ehehehe~ I'm being conquered nya~!!
*cuddles to hide red face*
*muffled*
U cute nya~!!
 

LuoirM

Well-known member
Joined
Mar 5, 2021
Messages
1,438
Points
153
*emerges from the depths of popcorn, covered in butter, caramel, sugar, cheese, matcha, honey*
bleeh... Me... Me have been alivingmvhf...
 
Top