LinXtris

SourceForge.net Logo [SourceForge Project]


Overview

LinXtris is a multi-platform Tetris clone written in Ada95 and Gtkada released under the GNU General Public License

News

June 25, 2003

Released Version 0.1-Alpha 2.

June 18, 2003

Released Version 0.1-Alpha.

June 15, 2003

Just launched the web page!

Screenshots

Screenshot 1

Download

Linux Binary

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

FreeBSD Binary

Static binary tarball:

This binary was compiled under FreeBSD 4.8. To install, untar the package and run the installation script.

Windows Binary

Windows self-extract installer:

You'll need also the Gtk+ Library Runtime:

Install first the Gtk Runtime and then install LinXtris.

Source

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.


Dulio Matos Leite