PySciTrivia 0.10

====================
ABOUT THE GAME
====================
This is a simple little trivia game about science made with Pygame.  
It is free software, licensed under the GPL, including the cheesy sound effects,
or any "art" made for the game.  Not that anyone would ever want it.
Remember, when we use the term free software, it is a matter of freedom, not price.  
Right now I only have a few questions for the game,
and many features need to be added.

====================
INSTALL AND RUN
====================
You need to have python and pygame installed, then you simply run the pst.py file with python.
Navigate to the pyscitrivia directory, and run this from the console:

python pst.py

====================
HOW TO PLAY
====================
You can set the screen resolution, number of players, and key bindings for the buzzers.
Right now you can only bind a "single character" key for a buzzer, such as a letter.
Also be default along with whatever you have binded:

player 1 buzzer: left shift
player 2 buzzer: spacebar
player 3 buzzer: right shift

Once you start the game, a player will randomly be chosen to select a category.  Let them pick,
then you have 20 seconds to answer the question, time resets if a player gets a wrong answer.  
If a player answers correctly, they'll get to pick the next category.
+2 points for a right answer, -1 for a wrong answer.  Each player also only gets one try. 
For now, just play till you're tired of it, I'll set some game types up later.

Note: you can navigate through the menus with the mouse/clicking or the arrow keys/return,
but on the category and question screen, you can select answers with the mouse/clicking 
or just pressing the corresponding number for the answer/category you want.

====================
Contact
====================
Michael Atkinson
pyscitrivia@gmail.com


