Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpiroman authored Feb 15, 2020
1 parent 5e73cbb commit c71c056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__Floppy Bird__ is a port of Flappy Bird that runs in BIOS, written in x86 assembly (nasm syntax).
__Floppy Bird__ is a port of Flappy Bird that runs in BIOS and is written in x86 assembly (nasm syntax).

To play, just flush the image to your pendriave, CD or ~flappy~ floppy disk and boot your computer from it. Alternatively, you may use virtual machine or emulator, for example Virtual Box (note that VB has probably something messed up with clock, so you may need to adjust timing in code).

Expand All @@ -7,5 +7,5 @@ To play, just flush the image to your pendriave, CD or ~flappy~ floppy disk and
### System Requirements:
- _Operating System:_ no
- _Video Card:_ no
- _Processor:_ 8086 or higher
- _Storage:_ 756 bytes of free disk space
- _Processor:_ 80186 or higher
- _Storage:_ 0x600 bytes of free space

0 comments on commit c71c056

Please sign in to comment.