README file for Extreme Volleyball


INTRODUCTION
	This game is called Extreme Volleyball and is written
	by Lawrence S. Chu, Ravi Mistry and Asif Khalfan
	for my Machine Organization I
	(v22.0201.001) class in the fall of 1996.

OBJECT OF GAME
	A two-player, one on one, volleyball game.
	There is a net between the two players.
	The ball can hit any wall, or even the net,
		while remaining in play.
	The ball bounces back to the player if it hits a net.
	The player who is unable to stop a ball loses a point.
	The game is played until one player wins 15 points.
	
HOW TO PLAY
	Before you run the program, be sure that to set up the
		random TSR!
	You can choose the speed of the game,
		country to represent, type of court.
	Each player is represented by a set of hands,
		that can move up and down the vertical
		(left or right) sides of the screen. 
	Right player: use the up/down keys to move up/down.
	Left player: use the tab/shift keys to move up/down.


REMARKS
	1) Level 1 of the game is still too fast on
		a fast machine (should be easy to fix...)
	2) Had trouble running it on some machines.
		So far, I could only say that this
		bug is random (it works on some ACF lab
		machines and not on others).  If any has
		a clue, I would be happy to hear it!

