JaTris is born to study the possible use of Java as a game writing language. To overcome the Java speed problems I tested GCJ to compile the source and make a machine language executable from Java source.
This game is the first result of this study. It is a classical puzzle game using gems (not so original, isn't it ?).
Just swap 2 gems and match a set of 3 or more to get score.
It is written totally in Java and uses SWT as graphical interface. Is it compiled with a beta version of GCJ 3.4
Enjoy
My thanks to the Eclipse team for SWT and to the author of Audiere I use as sound library (very good).