rev |
line source |
samuel_trassare@11992
|
1 Have you ever thought that Tetris is evil because it never sends you that
|
samuel_trassare@11992
|
2 straight "I" brick you need to clear four rows? Well, Tetris(R) probably is not
|
samuel_trassare@11992
|
3 so malevolent, but Bastet certainly is. >:->
|
samuel_trassare@11992
|
4
|
samuel_trassare@11992
|
5 Bastet stands for "bastard tetris", and is a simple ncurses-based Tetris(R)
|
samuel_trassare@11992
|
6 clone for Linux. Instead of choosing the next block randomly, this fiendish
|
samuel_trassare@11992
|
7 program uses a special algorithm to give you the worst possible brick. Playing
|
samuel_trassare@11992
|
8 Bastet can be a very frustrating experience!
|