qbancoffee
released this
In this release the sound effects are now played on both channels.
Assets
6
This version has some fixes that allow the graphics to render correctly when using openJDK 8 and above.
Make sure you have a JDK of at least 1.8
Assets
4
qbancoffee
released this
With this release you shouldn't have to install java to run the game. Included is a stripped down version of the JRE.
Unzip and enjoy!
Windows
double click on one of the batch files.
infinitetux.bat
infinitetuxFS.bat
linux
infinitetux Regular
infinitetuxFS Full screen
These are executables. Double clicking should work. if not make the scripts executable.
chmod +x infinitetux
chmod +x infinitetuxFS
run from the terminal
./infinitetux
./infinitetuxFS
Assets
4
This version has levels that are twice as long
Assets
6
Here is a compiled version of the game for those who don't want to bother with compiling it.
Make sure you have java installed. For Windows you should just be able to double click on the
jar file.
There is also a DEB file that should install the whole thing along with a nice icon to launch it with a mouse.
The DEB file has only been tested on my computer under Ubuntu 16.04
If you're using linux make sure you use the Oracle JRE or the compiled OpenJDK binary provided by them.
On Ubuntu 14.04 and 16.04 the graphics don't render correctly at the screen edge with the OpenJDK from the repositories. On Ubuntu 18.04 the graphics render correctly using the OpenJDK from the repositories.
To run it from the terminal or command prompt type.
java -jar infinitetux.jar
for full screen type on Windows
java -cp .;infinitetux.jar com.mojang.mario.FullScreenFrameLauncher
for full screen on Linux and OSX
java -cp .:infinitetux.jar com.mojang.mario.FullScreenFrameLauncher