Bomberman Instructions
	______________________

	Objective: to "bomb" the other players

	Controls:
		Player 1
			up: UP arrow
			down: DOWN arrow
			left: LEFT arrow
			right: RIGHT arrow
			plant bomb: BACKSPACE

		Player 2
			up: W
			down: S
			left: A
			right: D
			plant bomb: CAPS lock

		Player 3
			up: I
			down: K
			left: J
			right: L
			plant bomb: SPACE bar

		Player 4
			up: KEYPAD 8
			down: KEYPAD 5
			left: KEYPAD 4
			right: KEYPAD 6
			plant bomb: KEYPAD 0

	Default start: bombCount = 1, bombPower = 1

	Known issues:
		bombs of bombPower >= 1 will go through desRocks
		upgrades have yet to be set / coded (extraBomb class, plusPower class)
		bombs don't set off other bombs
		ConcurrentModificationException is thrown whenever a bomb goes off