https://github.com/zocker-160/hextris
https://github.com/zocker-160/hextris
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zocker-160/hextris
- Owner: zocker-160
- License: other
- Created: 2025-02-21T01:02:13.000Z (over 1 year ago)
- Default Branch: old
- Last Pushed: 2025-02-21T20:22:06.000Z (over 1 year ago)
- Last Synced: 2025-05-17T15:14:07.991Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi there,
this is Java Hextris.
You need a working java compiler and runtime environment installed which
support at least java version 1.5. Currently it has only been tested with the
Sun JDK on Linux and Windows. There is an ant-build-script build.xml that can
be used to compile Java Hextris. So if you have installed ant you can type
ant compile
in this directory to compile Java Hextris,
ant build
to build a jar file and
ant run
to run Java Hextris. Later option will build a jar file first.
Current releases and documentation can be found at the Java Hextris homepage
http://hextris.inner-space.de
Have fun
Frank