Tetris that fits into the boot sector.
Find a file
2016-09-30 23:39:58 +02:00
.gitignore update 2016-09-30 22:41:07 +02:00
debug_macros.asm initial release 2016-09-30 22:42:49 +02:00
Makefile update 2016-09-30 23:10:35 +02:00
README update 2016-09-30 23:39:58 +02:00
README.md update 2016-09-30 23:27:43 +02:00
tetros.asm update 2016-09-30 23:10:35 +02:00
tetros_tetris_screenshot.png update 2016-09-30 23:27:43 +02:00

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.