  BattleBall is a 3-D multiplayer game I wrote which runs under X Windows.  It's about 7000 lines of C++ code that uses the C++ <a href ="http://www.cs.rpi.edu/~musser/stl.html">Standard Template Library</a> and <a href ="http://www.arlut.utexas.edu/~atc">A. T. Campbell</a>'s Binary Space Partition (BSP) tree library. The image at the top of this page is a screenshot from BattleBall. <P>
