Altered Tetri
Contents
JavaScript Tetri
-
Configurations |
JS |
Tetris |
 |
Tertris |
 |
Hextris |
 |
Welltris |
 |
-
Tetris/Tertris/Hextris/Welltris should be mostly playable now, even on those portable devices.
In Tetris and Welltris: for units > 4 use reflection key (home key for one);
for units < 3 (with diagonals) rotation key is turned off.
Let me know of any problems here. I am still looking at adding more stuff
to these. The Java below has more features, but your browser will no doubt
complain of security issues ... sigh.
A mixed mode should be added.
Android Tetris and Welltris
-
Unzip somewhere and then put in Eclipse like
File->Project->Android Project from Existing Code. Then build, install,
and run as usual. Any trouble building and getting on your Android, let
me know so I can make fixes or better instructions.
Java Tetri
Click on one of the games below to
run Java program (need Java 8 JVM) written mostly by David Bagley.
A few updates recently on getting the look better including a frame
around field. The X Manual Pages are written for the X versions but
may be useful to understanding the Java programs. You can download
the jar file (preserve the extension), and then it can be run as an
application by prefixing the jar file name with "java -jar ".
-
Cookies are used for
keeping track of score. The delay for loading scores is intentional
because if done at initialization, javascript seems to cause certain
browsers to deadlock or crash.
See
project notes for todo list and history.
Please let me know if I left out anything.
X Tetri (and Windows too)
-
Manuals for altris, see table above.
C/C++ Source Code for X and Windows
(altris 8.2.1, xz'd files)
C/C++ Source Code and Binary for
Windows (waltris zip'd file, same source as above compiled with
MinGW).
Notes
The background icon is not random... its was found with the help of
Stephen Montgomery-Smith's polyomino search program. There are 2
sets of all the seven quadrominos in an 8 by 8 square where the
holes are in an 8 queens arrangement. Except for the square
quadromino, all quadrominos are in a different orientation and not
touching a similar quadromino, even if tiled. Also the holes do not
touch each other diagonally, if tiled. The intent is to show the
worst game, where each line almost filled.
Send comments/suggestions to:
Altris
maintainer
Maintainer's Home Page
Last Revised: 18 February 2019