zero-sys.net
Software Engineering, Administration, IT-Services & Consulting
XZero


A simple board- / logic-game.

It's what we played at school using mathpaper - instead of learning math ;-)
Erstellt: 18.01.2006 16:33
Letzte Änderung: 10.03.2006 19:40


© 2006 Klaus Zerwes zero-sys.net
This software is licened under the terms of the GNU General Public License (GPL), version 2.0 or later, as published by the Free Software Foundation. See http://www.gnu.org/copyleft/gpl.txt for the terms of the latest version of the GNU General Public License.
This software is ditributed as it is, whitout any warranty! You may use it at your own risk! It may cause you headache, toast your harddisk and eat up your memory.

This software - package includes external packages:
  • swt 3.1 (see http://www.eclipse.org) is licensed under the Common Public License: http://www.eclipse.org/legal/cpl-v05.html
  • the native version is linked against libgcj (see http://gcc.gnu.org/java/), licensed under the GPL
  • the native version for windows is distributed with libiconv (see http://www.gnu.org/software/libiconv/), licensed under the LGPL
Erstellt: 18.01.2006 16:37
Letzte Änderung: 18.01.2006 16:53


Erstellt: 18.01.2006 16:34
Letzte Änderung: 18.01.2006 16:37


All debian-packages listed here may be retrieved using apt. Simply add one of the lines to your sources.list:
deb http://www.zero-sys.net/ sarge .
deb http://www.zero-sys.net/ etch .
Erstellt: 12.03.2006 20:14
Letzte Änderung: 12.03.2006 20:14


This project is now kindly hosted by:

SourceForge.net Logo and link to project page
 
Click on the logo to go to the sourceforge.net-download-page.
The files are still available from this page.

Some of the packages (deb's and rpm's) require or recommed some swt-packages!
You may search for the coresponding package here

Filename / MD5Sum Size Description
 
Windows installer
XZero-0.0.0.6-java.msi
6048045533848153f612a93731c31237
1.7M Windows installer of the java version. This requires at least a java 1.3 runntime. (Tested with sun java 1.4.2 and 1.5.0)
XZero-0.0.0.6-native.msi
6fb80cb407946fb6b2fdcda5f3992e5b
3.5M Windows installer of the native version. It was build using gcj (GCC) 3.4.2 (mingw-special). This native build runns without any java runntime.
 
debian sarge / etch
xzero-java_0.0.0.6-1_all.deb
9f79d18b3c17a2a0d3ff8356d7822a78
44K debian java version.
It is highly recommeded to download and install swt-java-zerosys-[version]-[sarge|etch].deb and configure it using update-alternative! On sarge the debian-SWT-stuff is old and slow. And on all X86_64 (amd64) versions of debian SWT seems to be broken.
xzero-native-zerosys_0.0.0.6-1_i386-sarge.deb
e159f4258301a5b89404caa7b7ba6ffe
43K i386 debian sarge native version depending on swt-native-zerosys. This is the recommeded native version.
xzero-native-zerosys_0.0.0.6-1_amd64-sarge.deb
272055b9dde7ffc09433ecf84651b657
44K amd64 (x86_64) debian sarge native version depending on swt-native-zerosys. This is the recommeded native version.
xzero-native-zerosys_0.0.0.6-1_i386-etch.deb
b38ae23ea568e203d16be203290b236f
41K i386 debian etch native version depending on swt-native-zerosys. This is the recommeded native version.
xzero-native-zerosys_0.0.0.6-1_amd64-etch.deb
09b789d51bda1b2b4d6304549d59c75b
42K amd64 (x86_64) debian etch native version depending on swt-native-zerosys. This is the recommeded native version.
xzero-native_0.0.0.6-1_i386-sarge.deb
9c573ff1f46a505fa7d46680c9555900
43K i386 debian sarge native version linked against the debian-SWT-stuff. The usage of this version is discouraged!
xzero-native_0.0.0.6-1_i386-etch.deb
18215eb4306f6faa5f42db2ffc488a73
42K i386 debian etch native version linked against the debian-SWT-stuff. The usage of this version is discouraged!
 
RPM (SuSE 10.0, FC4)
xzero-java-0.0.0.6-1.noarch.rpm
692246ada62968f5409237152100581d
47K java version.
You need swt-java-zerosys-[version]-[arch].rpm and swt-jni-gtk-zerosys-[version]-[arch].rpm.
xzero-native-0.0.0.6-1.i586.rpm
ea94e27cd7e25b0d00da4d640390bccc
57K native version.
You need swt-native-zerosys-[version]-[arch].rpm and swt-jni-gtk-zerosys-[version]-[arch].rpm.
xzero-native-0.0.0.6-1.x86_64.rpm
e18567f2827bda3c00345c20952fc14c
54K native version.
You need swt-native-zerosys-[version]-[arch].rpm and swt-jni-gtk-zerosys-[version]-[arch].rpm.
 
source (build your own)
XZero-0.0.0.6-src.tar.gz
4cfd983359b070da3309650890dd5f73
32K Source package. You need ant, swt, a java-compiler (javac, jikes,...) and gcj to build the stuff. If you like to build deb's or rpm's you may need to install some parts orf swt-zerosys (see SWT in the Software-menu on this page).
 
Sites hosting XZero:
Erstellt: 18.01.2006 16:36
Letzte Änderung: 22.03.2007 11:30


  • 22.02.2006: version 0.0.0.6
    • migrated all to SWT 3.1.2
    • packaged and build swt-stuff (see Software :: SWT)
    • deb's and rpm's build debending on swt-zerosys (see SWT under Software)
  • 10.02.2006: version 0.0.0.5
    • FIXED: upgrade-code for windows-installer (wix)
    • FIXED: isWinner enabling game-menu
    • FIXED: mark last move now only called after a computer-move
  • 06.02.2006: version 0.0.0.4
    • move externalized in extra thread
    • display-stuff related to move use now syncExec - this makes the GUI slower but shutdown / newGame synchronize better (hope so ;-))
  • 18.01.2006: version 0.0.0.3
Erstellt: 18.01.2006 16:35
Letzte Änderung: 12.03.2006 20:14


You can submit / view bugs on the projects page hosted by SourceForge.net
Erstellt: 18.01.2006 16:36
Letzte Änderung: 12.03.2006 20:14


  • improve calculation
  • implement levels
  • Mac OS X package
Erstellt: 18.01.2006 16:37
Letzte Änderung: 12.03.2006 20:14