Skip to content

Commit

Permalink
Re-add the missing trivia module
Browse files Browse the repository at this point in the history
  • Loading branch information
krakerag committed Dec 1, 2010
1 parent 95f2223 commit 8564284
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 985 deletions.
21 changes: 21 additions & 0 deletions trivia/class.trivia.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/**
* Module: trivia
* This is a trivia module, setup to handle a game of trivia.
* Players compete to be first to answer the question to get points!
* 3 points for answering before the first hint
* 2 points for answering after the first hint but before the second
* 1 point for answering after the second hit before time is up
* The winner is the first to the designated total of points
*
* This trivia module uses a database to track usernames and career scores
* The database is defined in the variables in the class
* Schema is in another file in the folder called db.sql for a default setup
*
*/

class trivia extends ircModule {

}

Loading

0 comments on commit 8564284

Please sign in to comment.