devaernp/Spacegame
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Space Game is a four player hot seat space shooter game. To run this game you must have python and pygame installed on your computer. Instructions: The object of the game is to shoot and destroy the other three players in the game. Each player has 5 controls, up, down, left, right, and fire. You always fire forward in the direction you are facing (which is determined by the last direction you moved). Try moving on diagonals for some cool driveby manouvers! The HUD on the left side of the screen shows each players remaining shield (blue) and hull(red). This game has two distinct was to play. All players on the same keyboard or using multiple keyboards to play. I encourage you to try both. Controls: Player1 Controls: Up: W Down: S Right: D Left: A Fire: E Player2 Controls: Up: Y Down: H Right: G Left: J Fire: U Player3 Controls: Up: P Down: ; Right: ' Left: L Fire: [ Player4 Controls: Up: Up Arrow Down: Down Arrow Right: Right Arrow Left: Left Arrow Fire: Left Ctrl Please note this is game is still in development and as such does not have a menu or a end game screen. Once there is only one player on the screen they are the winner. To play again simply exit out of that instance of the game and re-launch it.