Author Topic: [Contest] IRC quizzer bot  (Read 2468 times)

0 Members and 1 Guest are viewing this topic.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
[Contest] IRC quizzer bot
« on: August 05, 2012, 03:46:00 pm »
Hi

for the coding battle contest i'm gonna make an IRC bot that asks quiz questions once a day/hour or something (not sure of that yet, maybe every 8 hours to reach every time region).
everyone on the channel can participate, and the first one to answer the question will gain e.g. 10 points, and at the end of the month a final score will be calculated
the one with the most points wins of course.

i guess it can be fun, maybe not, we'll see :P

grtz
Nick

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [Contest] IRC quizzer bot
« Reply #1 on: August 05, 2012, 03:51:12 pm »
Nice, in which directions will the questions go? Programming? or what? :P
And will users be able to add questions?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: [Contest] IRC quizzer bot
« Reply #2 on: August 05, 2012, 04:03:49 pm »
hmm, i guess i'm first gonna find a quiz question site with an API, so that i could easily get questions and their right answers xp
i don't think adding will be possible, since then i would make a database, and i have not a single clue on how to start something like that :o

so the theme of the questions will probably be general knowledge, but programming questions would be more correct :) i'll take a look for those questions

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: [Contest] IRC quizzer bot
« Reply #3 on: August 05, 2012, 04:09:12 pm »
What you could do is just make a text file with lines formatted so you can see the questions and answers easily
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: [Contest] IRC quizzer bot
« Reply #4 on: August 05, 2012, 04:45:37 pm »
yeah, that's true.. not a bad idea actually :)

I found a website (not with an api) that contains a lot of quizzes, maybe i could pick some of those, and have it combined with some user-added questions
this is the site (with an example of a java quiz)