• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D30-Aug-201526 65

AUTHORSH A D30-Aug-2015253 1210

BastetBlockChooser.cppH A D30-Aug-20157.3 KiB223150

BastetBlockChooser.hppH A D03-May-20223.6 KiB11365

Block.cppH A D30-Aug-20153.4 KiB140113

Block.hppH A D30-Aug-20153.2 KiB12686

BlockChooser.cppH A D30-Aug-20151.3 KiB4317

BlockChooser.hppH A D30-Aug-20151.6 KiB5425

BlockPosition.cppH A D30-Aug-20152 KiB7749

BlockPosition.hppH A D30-Aug-20151.9 KiB6128

Config.cppH A D30-Aug-20157 KiB197142

Config.hppH A D30-Aug-20152.2 KiB8050

INSTALLH A D30-Aug-2015701 1713

LICENSEH A D30-Aug-201534.3 KiB675553

MakefileH A D03-May-2022656 2516

NEWSH A D30-Aug-20151.8 KiB3632

READMEH A D30-Aug-20151.5 KiB2317

Test.cppH A D30-Aug-2015434 2319

Ui.cppH A D30-Aug-201513.8 KiB554457

Ui.hppH A D30-Aug-20153.1 KiB9463

Well.cppH A D30-Aug-20152.6 KiB10270

Well.hppH A D30-Aug-20153 KiB9557

bastet.6H A D30-Aug-20151.3 KiB5145

bastet.appdata.xmlH A D30-Aug-20151.2 KiB2422

bastet.desktopH A D30-Aug-2015185 1110

main.cppH A D30-Aug-20151.8 KiB6942

README

1"For people who enjoy swearing at their computer, Bastet (short for Bastard Tetris) is an attractive alternative to Microsoft Word."
2
3Have you ever thought Tetris(R) was evil because it wouldn't send you that straight "I" brick you needed in order to clear four rows at the same time? Well Tetris(R) probably isn't evil, but Bastet certainly is. >:-) Bastet stands for "bastard tetris", and is a simple ncurses-based Tetris(R) clone for Linux. Unlike normal Tetris(R), however, Bastet does not choose your next brick at random. Instead, Bastet uses a special algorithm designed to choose the worst brick possible. As you can imagine, playing Bastet can be a very frustrating experience!
4
5==Instructions==
6The game is pretty self-explanatory; use the arrow keys and <space> or <enter> to browse through the menus, set the keys to anything you're comfortable with, and hit "Play!".
7
8The default keys are as follows:
9Down	    Down
10Left	    Left
11Right	    Right
12Space bar   Rotate tetromino clockwise
13Up    	    Rotate tetromino counterclockwise
14Enter	    "Hard-drop" tetromino (like pressing "Down" continuously)
15p	    Pause
16control+C   Quits the game immediately and without asking anything (the current game is lost, but previous games are recorded in the high scores file)
17
18==Normal/Harder==
19The game currently allows choosing between two block choosers. The second (harder) one does not show you the "next block" preview, thus achieving a higher level of bastardness.
20
21==Installation==
22See the INSTALL file in this same directory.
23