mirror of
https://github.com/daniel-e/tetros.git
synced 2025-04-19 16:38:05 +02:00
update
This commit is contained in:
parent
9f013cf802
commit
7c9728ef15
1 changed files with 15 additions and 5 deletions
20
README.md
20
README.md
|
@ -1,16 +1,26 @@
|
|||
# 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.
|
||||
TetrOS is a small *feature rich* Tetris clone which is written in Assembly.
|
||||
It fits completely into a 512 byte boot sector and is executed during the
|
||||
boot sequence. It does not need any existing operating system. TetrOS is its own
|
||||
operating system, hence the suffix OS in its name.
|
||||
|
||||
Features
|
||||
This is how it looks like:
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
* Game over detection. It stops if a new brick could not be placed.
|
||||
* Selects the next brick at random via a linear congruential generator.
|
||||
* Shows a nice playing field.
|
||||
|
||||
Features missing due to size limits
|
||||
## Features missing due to size limits
|
||||
* Scores and highscores.
|
||||
* Intro.
|
||||
* Game over message.
|
||||
* Show next brick.
|
||||
* Increase speed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue