Skip to content
  • 1.1sfx
  • ad9c3cc
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.1sfx
  • ad9c3cc
  • Compare
    Choose a tag to compare
    Search for a tag

@qbancoffee qbancoffee released this Feb 26, 2019

In this release the sound effects are now played on both channels.

Assets 6

@qbancoffee qbancoffee released this Feb 21, 2019

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 qbancoffee released this Feb 16, 2019

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

@qbancoffee qbancoffee released this Jan 23, 2019

This version has levels that are twice as long

Assets 6
  • v1.0
  • d486185
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.0
  • d486185
  • Compare
    Choose a tag to compare
    Search for a tag

@qbancoffee qbancoffee released this Jan 18, 2019

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

Assets 9