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

..03-May-2022-

.protos/H03-May-2022-236194

Docs/H03-May-2022-147

graphics/H03-May-2022-147

styles/H20-Jan-2005-368293

AUTHORSH A D14-Jul-2003895 2619

Atris.PlayersH A D14-Jul-2003120 76

Atris.ScoresH A D06-Jan-2001285 1211

COPYINGH A D04-Nov-200014.8 KiB281237

ChangeLogH A D20-Jan-20052 KiB4941

Makefile.amH A D14-Jul-20031.8 KiB9173

Makefile.inH A D03-May-202223.8 KiB736628

NEWSH A D06-Nov-2000360 108

READMEH A D20-Jan-20052 KiB5744

acinclude.m4H A D28-Oct-20006 KiB171158

aclocal.m4H A D20-Jan-200537.2 KiB1,033886

ai.cH A D03-May-202230.8 KiB1,064654

ai.hH A D03-May-2022964 4226

atris.cH A D03-May-202240.6 KiB1,336885

atris.hH A D03-May-20226.5 KiB221103

atris.spec.inH A D01-Nov-20002.7 KiB10892

autogen.shH A D28-Oct-200064 84

button.cH A D03-May-20223.8 KiB11649

button.hH A D03-May-2022786 3711

config.guessH A D10-Nov-200030.5 KiB1,088953

config.h.inH A D20-Jan-20053.3 KiB12886

config.subH A D10-Nov-200023.6 KiB1,2161,104

configureH A D03-May-2022223.7 KiB7,6826,460

configure.inH A D20-Jan-20052.2 KiB9982

depcompH A D20-Jan-200514.5 KiB521331

display.cH A D03-May-202228.8 KiB880554

display.hH A D03-May-20221.1 KiB4834

event.cH A D03-May-202249.5 KiB1,6791,142

fastrand.cH A D03-May-20221.4 KiB8150

fastrand.hH A D03-May-2022164 83

gamemenu.cH A D03-May-202216.8 KiB522324

grid.cH A D03-May-202218.7 KiB644393

grid.hH A D03-May-20223.4 KiB9730

highscore.cH A D03-May-202211.7 KiB399182

highscore.hH A D03-May-2022853 354

identity.cH A D03-May-202212.9 KiB456295

identity.hH A D03-May-2022384 2111

install-shH A D20-Oct-20005.5 KiB252153

menu.cH A D03-May-202213 KiB450280

menu.hH A D03-May-20222 KiB8138

missingH A D20-Oct-20006.1 KiB191154

mkinstalldirsH A D21-Oct-2000724 4123

network.cH A D03-May-20225.8 KiB231165

options.hH A D03-May-2022755 3118

piece.cH A D03-May-202220.5 KiB716480

piece.hH A D03-May-20223.7 KiB12651

sound.cH A D03-May-202214 KiB478288

sound.hH A D03-May-20222.5 KiB9641

stamp-hH A D20-Jan-200510 21

stamp-h.inH A D14-Jul-200310 21

xflame.cH A D03-May-202214.6 KiB546417

README

1			      Alizarin Tetris
2			      ~~~~~~~~~~~~~~~
3			  Version 1.0.7 - "fewer buffer overruns"
4
5This is a Linux/Win32 version of the classic Tetris game, but with a twist
6related to gravity and block colors. Getting it to run on your system is a
7Two Step Process :-).
8
9		Step 1 - Obtain It
10		~~~~~~~~~~~~~~~~~~
11If you're reading this file, you've already mastered this step. Just in
12case, check out
13	http://www.cs.berkeley.edu/~weimer/atris/
14
15		Step 2 - Method A - Win32 Binary
16		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17UnZip the file (atris-1.0.7-win32.zip) in some directory (e.g., "C:\Program
18Files\"). It will make its own "atris" subdirectory. You're done. Use
19Windows Explorer (or somesuch) to run the "atris.exe" file in that
20directory.
21
22Optional: UnZip the file (atris-sounds-1.0.1-win32.zip) in the same
23directory (e.g., "C:\Program Files\"). Now you'll have neato sound effects.
24
25		Step 2 - Method B - Linux Binary RPM
26		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27Download and install (rpm -i) the following RPMs:
28	freetype-1.3.1-1.i386.rpm	(or newer, but not version 2)
29	SDL-1.1.6-1.i386.rpm		(or newer)
30	SDL_ttf-1.2.2-1.i386.rpm	(or newer)
31
32Then proceed to Method C.
33
34		Step 2 - Method C - Use The Source
35		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36Download, unpack, configure, make, make install (unless you already have them):
37	freetype-1.3.1.tar.gz		(or newer, but not version 2)
38	SDL-1.1.6.tar.gz		(or newer)
39	SDL_ttf-1.2.2.tar.gz		(or newer)
40
41Then download and unpack, configure, make and install:
42
43	atris-1.0.5.tar.gz		(or newer)
44	atris-sounds-1.0.1.tar.gz	(or newer, optional)
45
46I have successfully built the atris source on x86-linux natively and using
47the mingwin unix->win32 cross compiler. Every effort has been made to make
48it portable across platforms.
49
50		You're Done!
51		~~~~~~~~~~~~
52Atris does take some command line arguments, use "atris -h" to get a list.
53Note that under Win32, all the output goes to "stdout.txt".
54
55See "Docs/atris.html" for instructions on actually playing the game and
56strategy hints.
57