5 projects tagged "Arcade"
World Foundry is a 3D level game engine and asset production pathway with over 170,000 lines of code. It was originaly created as a commercial product, but is now being released under the GPL. The engine was designed from the beginning to be cross platform, and ran on Windows (DirectX, GL), and the Sony Playstation. The production pathway ran on Windows, and extended 3DStudio Max to be our level editor. The engine is currently being ported to Linux (it runs, but needs work), with plans to port the production pathway as well. Developers are wanted to help with this effort.
JGame is a 2D game engine that makes multi-platform development easier. It runs on the Java JRE 1.3+ platform with optional OpenGL (JOGL) enhancements, the J2ME (MIDP2.0/CLDC1.1) mobile platform, and the Android (2.1+) platform. JGame features sprites with automatic animation and collision detection, a tile-based background with easy sprite-tile interaction facilities, automatic scaling, sound, game state, persistent storage, and game options. The engine provides an enhanced graphics API with a fallback to simpler and more efficient graphics on J2ME and plain JRE. A patched version of the JBox2D physics engine that runs on all platforms is included.