Update docs for tetris
parent
801a4feafd
commit
4e66169ea5
|
@ -20,7 +20,6 @@ Available libraries:
|
||||||
- crypto -- Various cryptographic algorithms (Doug Coleman)
|
- crypto -- Various cryptographic algorithms (Doug Coleman)
|
||||||
- dlists -- double-linked-lists (Mackenzie Straight)
|
- dlists -- double-linked-lists (Mackenzie Straight)
|
||||||
- emacs -- emacs integration (Eduardo Cavazos)
|
- emacs -- emacs integration (Eduardo Cavazos)
|
||||||
- embedded -- simple template processor (Alex Chapman)
|
|
||||||
- factory -- X11 window manager (Eduardo Cavazos)
|
- factory -- X11 window manager (Eduardo Cavazos)
|
||||||
- furnace -- Web framework (Slava Pestov)
|
- furnace -- Web framework (Slava Pestov)
|
||||||
- furnace-pastebin -- demo app for Furnace (Slava Pestov)
|
- furnace-pastebin -- demo app for Furnace (Slava Pestov)
|
||||||
|
@ -48,6 +47,7 @@ Available libraries:
|
||||||
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
|
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
|
||||||
- splay-trees -- Splay trees (Mackenzie Straight)
|
- splay-trees -- Splay trees (Mackenzie Straight)
|
||||||
- sqlite -- SQLite binding (Chris Double)
|
- sqlite -- SQLite binding (Chris Double)
|
||||||
|
- tetris -- Tetris game (Alex Chapman)
|
||||||
- textmate -- TextMate integration (Benjamin Pollack)
|
- textmate -- TextMate integration (Benjamin Pollack)
|
||||||
- topology -- Computational algebraic topology (Slava Pestov)
|
- topology -- Computational algebraic topology (Slava Pestov)
|
||||||
- usb -- Wrapper for libusb (Chris Double)
|
- usb -- Wrapper for libusb (Chris Double)
|
||||||
|
|
|
@ -36,6 +36,7 @@ ARTICLE: "changes" "Changes in the latest release"
|
||||||
{ "New module " { $snippet "contrib/usb" } " - USB interface (Chris Double)" }
|
{ "New module " { $snippet "contrib/usb" } " - USB interface (Chris Double)" }
|
||||||
{ "New module " { $snippet "contrib/match" } " - Pattern matching (Chris Double)" }
|
{ "New module " { $snippet "contrib/match" } " - Pattern matching (Chris Double)" }
|
||||||
{ "New module " { $snippet "contrib/textmate" } " - TextMate editor integration (Benjamin Pollack)" }
|
{ "New module " { $snippet "contrib/textmate" } " - TextMate editor integration (Benjamin Pollack)" }
|
||||||
|
{ "New module " { $snippet "contrib/tetris" } " - TextMate editor integration (Alex Chapman)" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{ $heading "Factor 0.84" }
|
{ $heading "Factor 0.84" }
|
||||||
|
|
Loading…
Reference in New Issue