A downloadable game for Windows, macOS, and Linux

Blast from the past! I'm re-releasing my 2009 puzzler "Xong" with updated builds for 64-bit Linux systems and a new Windows build that also runs on Wine. The original Mac build is included too.

You may wish to check out the modern remake instead: http://dto.itch.io/1x0ng

XONG is a fast-moving procedurally-generated puzzle game for Linux, Mac OSX, and Microsoft Windows. XONG is for one player using a keyboard and mouse.

XONG is pronounced "zong" and programmed entirely in the Common Lisp programming language.

You control a vulnerable white square attempting to infiltrate a semi-randomly generated abstract color-field environment infested with robots. You are armed with a paint-absorbent hockey puck that can pick up color and transfer it to other objects. If you lose your puck, you have to find another; these are scattered through the environment and look like the letter P. There are no hit points; any hit kills you, and completely ends your game. You cannot shoot enemies; instead you drop direction-changing arrows called "chevrons" to guide them to their doom in one of XONG's many black holes. But your puck will also follow the arrows, so be careful where you fire; otherwise you'll lose it down a black hole.

To clear a level, one must defeat all the enemies and use the paint to open the coded lock that blocks the exit to the next level. The game generates boards of increasing difficulty as one clears them, and there is no win-condition at all; you just keep playing until you die.

Reviews of Xong from around the web:

http://www.rockpapershotgun.com/2010/07/20/king-of...

http://www.gamesetwatch.com/2010/02/xong_combines_...

(Wayback Archived) Review at Playthisthing.com

My own perspective:

I think people enjoy XONG because it combines quick reactions (you only get ONE life, and ONE hit kills!) with a certain amount of pre-planning in how you will defeat each enemy. You have perfect information (you can see the entire game board and every object at any time) and most enemies behave in (roughly) predictable ways.

Note: XONG is old (2009), and was one of my earliest game releases. As such it is a bit clunky and unpolished, and shows my design and programming skills as they existed at that time. Nonetheless it is still fun! I hope you will forgive the simplistic graphics, and enjoy my goofy little game!

Happy Xonging! ----Dave

Download

Download
xong-windows-1.4b.zip 27 MB
Download
xong-linux-1.4b.tar.gz 27 MB
Download
xong-1.4-osx.dmg 24 MB

Install instructions

Windows notes:

  • The game may not start on Windows if DEP (Data Execution Prevention) is turned on. DEP can be turned off for XONG.EXE in the Advanced System Settings menu of Windows Vista.
  • This download is not compatible with Windows Server 2000/2003 or 64-bit Windows XP Professional x64 Edition.
  • If you experience other problems, please contact me at dto@xelf.me.

Linux notes:

You will need to have installed the SDL, SDL-TTF, SDL-IMAGE, SDL-MIXER, and SDL-GFX libraries.

Extract the files from the archive; the binary is called xong.bin.

Known issues

  • The current directory must be the same as the executable's.
  • Some Linux users may get an error message about not being able to load SDL-GFX. If this happens, try choosing the CONTINUE option. I am working on a fix.