PySciTrivia 0.02

====================
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.

====================
LICENSE
====================
PySciTrivia is licensed under the GNU General Public License (GPL for short).
	Distributed with the game are at the moment are 2 fonts, FreeSans and
	DejaVuSans.  FreeSans is released under the GPL, while the DejuVaSans font
	is released under a specific license that seems compatible with the GPL.

PySciTrivia depends on 2 packages that needs to be installed:

Python, which is released under the Python License, which is compatible with the GPL.

and

PyGame, which is released under the GNU Lesser General Public License (LGPL for short).
	(Pygame is a python wrapper to SDL, and SDL is released under the LGPL as well)
====================
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. 
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.

====================
Contact
====================
Michael Atkinson
mike383@member.fsf.org


