This tetris is a Java Applet implemented in Java 1.4.2, with the j2sdk 1.4.2_11 ( patch -or update- version number 11). | |||||
The Java Applet technology
Java Applet are full Java graphic applications runnable from any web browser, on any platform. Benefits : You can run it “anywhere”. Drawbacks : It won’t run “for sure” for many reasons: - is the Java plug-in version installed on the browser correct for the Applet ?For all those reasons, Tetris 1.0 doesn't run on a web browser, but with the Java Applet viewer. |
|||||
The Applet viewer The applet viewer is a little executable packaged with he JDK alllowing to develop Java Applets. It works with a JRE and runs the applet in an independant window with a fast execution. |
|||||
Tetris 1.0 |
|||||
To play tetris, download
tetris-1.0_install.exe, execute it and then launch play_tetris.exe,
with the shortcut automatically created on your desktop or start
button/programs (or in the source directory C:\ Program
Files\tetris-1.0\play_tetris.exe). To un-install tetris: just delete folder "C:\Program Files\tetris-1.0"+ the "desktop" and "start button/programs" links; you can also remove the JRE 1.4.2 if you wish, by the classical Windows control panel, then add/remove programs. |
|||||
|
|||||
Extra downloads :
|
|||||
Special features |
|||||
- All the music sounds (except the intro music,
thanks to Rockwell and Michael jackson for the terrific sample) are
composed by myself with the JFugue API, which allows to produce, fastly, a customized music partition with a wide range of instruments, and many other features like multi voices support, duration or tempo regulation. Each partition is easily convertible in every kind of file format like .mid or .au (Java AudioClip) files. |
|||||
- Every music sound (except the intro music sound, definitely unique :=) ), can be re-generated from the sources with the SoundHelper class. |