diff --git a/README.md b/README.md new file mode 100644 index 0000000..41fa162 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# TetrOS +TetrOS is a small feature rich Tetris clone which is written in Assembly, +fits completely into a 512 byte boot sector and which is executed during the +boot sequence. It does not need any existing operating system. + +Features +* Each brick shape has a unique color. +* Blinking cursor is not visible. +* Left and right arrow to move a brick. +* Up arrow to rotate a brick. +* Down arrow to drop a brick. + +Features missing due to size limits +* Scores and highscores. +* Intro. +* Game over message. diff --git a/tetros_tetris_screenshot.png b/tetros_tetris_screenshot.png new file mode 100644 index 0000000..995136c Binary files /dev/null and b/tetros_tetris_screenshot.png differ