Skip to content

Commit

Permalink
README.md: Add hard-drop, hold, 7bag
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Oct 15, 2022
1 parent 0557ed4 commit e40dad4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,25 @@ mod it can level the playing field.
The save-highscores mod changes the mapper of the Tetris ROM to include
save-RAM and keeps the high scores in that battery-backed RAM.

## Hard Drop

The hard-drop mod, [originally made by Stephen Sherratt][gridbugs hard-drop],
instantly drops the piece when pressing UP. It was changed to have twoplayer
support and compatibility with other TAUS mods.

[gridbugs hard-drop]: https://github.com/gridbugs/mos6502/tree/main/tetris-hard-drop-patcher

## Hold

The hold mod allows saving a piece for later using SELECT. It does not fully
support two players.

## 7 Bag

The 7bag mod chooses pieces so that all pieces are chosen evenly. It is a
drop-in replacement for the default piece selection, using no extra memory or
code space than the default; it should be highly compatible with other mods.

## Player ID

[![In-game](media/playerid-ingame.thumb.png)](media/playerid-ingame.aspect.png)
Expand Down

0 comments on commit e40dad4

Please sign in to comment.