Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flxbe committed Jan 25, 2017
1 parent 0389bee commit 8c46e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,8 @@ This is a very simple clone of the popular arcade game Space Invaders.
The game is written in x86-assembly. The resulting program includes a bootloader and the game itself.
It leverages the existing BIOS functionality to receive keyboard input and print ASCII chars to the screen.

![Screenshot](https://cloud.githubusercontent.com/assets/9663231/22274367/6e2b71ce-e2a6-11e6-96c5-b7132fab0af5.png)

#### Building the Project
In order to assemble the source of the project you have to install [NASM](http://www.nasm.us/).
You can than start the building process by executing
Expand Down

0 comments on commit 8c46e0c

Please sign in to comment.