Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoharry committed Jan 15, 2016
1 parent d55a949 commit d80239c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# spacewar

This is a clone of DEC PDP-1's Spacewar!, one of the first computer games built in 1961.

The game features an arena where two spaceships fight against each other. In the middle of the arena there's a star whose gravity attracts the spaceships and its projetiles. Anything that touches the star is destroyed. The space is warped, anything that goes too far at any direction appears again in the opposite direction.

The game can be played by one or two players. Playing alone you fight against an AI. You need the X!!, ALSA and vorbis libraries to compile this game.

The controls are:

* Up, Left, Down and Up: Controls spaceship 1.
* W, A, S, D: Controls spaceship 2.
* Right Control: Teleports spaceship 1.
* Left Control: Teleports spaceship 2.
* Esc: Exit.

0 comments on commit d80239c

Please sign in to comment.