LinXtris is a multi-platform Tetris clone written in Ada95 and Gtkada released under the GNU General Public License
Released Version 0.1-Alpha 2.
Released Version 0.1-Alpha.
Just launched the web page!
Static binary tarball:
This binary doesn't depend on Gnat nor Gtkada, you'll only need Gtk+ 2.0. To install, untar the package and run the installation script(as root):
# tar -jxvf linxtris-0.1a2-linux-bin-static.tar.bz2
# su
password: xxxxxx
# cd linxtris-0.1a2
# ./install-linxtris
To uninstall, run the uninstall script from the directory you installed:.
# su
password: xxxxxx
# ./uninstall-linxtris
Static binary tarball:
This binary was compiled under FreeBSD 4.8. To install, untar the package and run the installation script.
Windows self-extract installer:
You'll need also the Gtk+ Library Runtime:
Install first the Gtk Runtime and then install LinXtris.
You can get a source tarball:
or get a CVS copy through this commands:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/linxtris login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/linxtris co linxtris
To compile you should have the Gnat Ada compiler, Gtk+ and GtkAda 2.0.