Skip to main content

Online server-based quiz game match tournament thing

The only picture I could find remotely related to this post.


I know, I'm amazing at naming stuff.

Anyway, as if focusing two-ongoing projects wasn't enough, I've decided to launch a third one.

This basically started off as an idea for an activity for my Computer Science class, but like all my ideas, it was too ambitious to fit that small mold and hence I decided to make it its own thing.

We were told to do some kinda project based on cyber-security, and I got the idea of developing a game that tests your ability to gauge scams and online phishing techniques ( I need to brush up on those topics) and actively avoid them. The game would involve judging whether emails were harmful based on certain ques and traits and deleting them correspondingly (this was one of the first ideas that occurred to me).

A number of players would all compete against each other for the fastest time taken to complete the game. They would be awarded points for every right action. An algorithm would be used that would record people's time and subsequently add 30 seconds to it every time that person got scammed or become cybercrime victims. The person with the lowest time taken wins.

This idea sounds really exciting, but because I'm a novice at this I decided to dumb it down for now and do the game part later. It was going to be a quiz. And if that sounds familiar, because that's basically what Kahoot! is. Or at least that's what I think it is. (I've never played Kahoot!)

I don't know how I did it, but I managed to copy something without even trying.

Anyway, I decided to go ahead with the quiz because the important part of this project wasn't the game itself, it was the online play. Something that I'm excited to try out. Which as I understand now, involves socketing.

So then I embarked on a quest to learn socketing and network hosting and server-client systems. And that's where I'm currently standing. I'm sorry I don't have any code to show right now, but I really felt like making a blog post and I had to convince myself that I wasn't making a big fuss of it.

I really wanted to note all this down somewhere because a goldfish would commit suicide if it found out it lost its world record of the world's shortest memory to some human kid with an innate ability to procrastinate. 


Comments

Popular posts from this blog

Welcome!

This is a quail's nest. A very rabid quail. This blog serves to document my projects and my slow descent into insanity. If you're into that kinda stuff, you could follow, but honestly, why would you want to? 

Python : The Game

Well, it finally happened. I finished a project for the first time in my life. I never thought this day would come. I have so many people to thank. First and foremost, Frankie, with his soulless eyes, kept pushing me to achieve far and beyond.    That's the look of utmost happiness The Python Snake game project was my Grade 10 Final Project submission. Back then it was just a rudimentary shell of what it is today. It only implemented the single-player mode of the game, and it didn't have any of the bells and whistles it does today.  So here's my final post on this topic. Initially, I didn't plan on working on this project. I didn't feel like creating a game for the second time and decided I wanted to do something with a real-world value.  My plan was to expand on the idea of the COVID Calculator I had mentioned in one of my previous posts. With all this stuff going on in the world right now, what could get more 'real-world' than a program that predicts the ...

E.D.D.I.E Glasses

Say hello to Frankie. He doesn't do much. Yeah. I kinda realized how I never ended up naming the project. I wanted something like EDITH, but I wanted it to be different enough to feel like its own thing. So we're gonna stick with EDDIE for now. As always, I have some new plans in mind for the project. That's the thing with us procrastinators, we're really good dreamers, but when it comes to execution, we rarely give our full 100% effort. On a side note, Tim Urban has really good posts on the topic of procrastination over on his blog Wait but Why which you should check out if you've got some free time and want to have a good laugh at people like me. Tim Urban's Ted Talk Ok so, in my first post, I mentioned how I was basically trying to recreate a project from one of Jlaser's videos.  I also kinda made fun of myself in my earlier post for basically copying most of my projects from other people's existing projects. As I've gotten slightly more experien...