Download Fluxware Game Engine Free Java Code
Description
The Fluxware Game Engine.
Icons
Source Files
The download file Fluxware-Game-Engine-master.zip has the following entries.
.gitignore// w ww .j a v a2 s . c o m
.project
src/collision/BoundingBox.java
src/collision/CollisionManager.java
src/event/CollisionEvent.java
src/event/Event.java
src/exception/IncorrectFormatException.java
src/gui/Game.java
src/gui/menu/LinearMainMenu.java
src/level/HexRoom.java
src/level/IsometricRoom.java
src/level/Room.java
src/level/TiledRoom.java
src/level/Type.java
src/resources/JpegDecoder.jar
src/resources/TWL.jar
src/resources/TextureLoader.jar
src/resources/jsr305.jar
src/resources/lwjgl/jinput.jar
src/resources/lwjgl/lwjgl-debug.jar
src/resources/lwjgl/lwjgl.jar
src/resources/lwjgl/lwjgl_util.jar
src/resources/lwjgl/lzma.jar
src/resources/lwjgl/native/OpenAL32.dll
src/resources/lwjgl/native/OpenAL64.dll
src/resources/lwjgl/native/jinput-dx8.dll
src/resources/lwjgl/native/jinput-dx8_64.dll
src/resources/lwjgl/native/jinput-raw.dll
src/resources/lwjgl/native/jinput-raw_64.dll
src/resources/lwjgl/native/libjinput-linux.so
src/resources/lwjgl/native/libjinput-linux64.so
src/resources/lwjgl/native/libjinput-osx.jnilib
src/resources/lwjgl/native/liblwjgl.jnilib
src/resources/lwjgl/native/liblwjgl.so
src/resources/lwjgl/native/liblwjgl64.so
src/resources/lwjgl/native/libopenal.so
src/resources/lwjgl/native/libopenal64.so
src/resources/lwjgl/native/lwjgl.dll
src/resources/lwjgl/native/lwjgl64.dll
src/resources/lwjgl/native/openal.dylib
src/resources/xpp3-1.1.4c.jar
src/sound/Sound.java
src/sound/SoundLoader.java
src/sound/WaveLoader.java
src/sprites/AnimatedSprite.java
src/sprites/Sprite.java
src/sprites/SpriteGroup.java
src/tests/junit/BoundingBoxTest.java
src/tests/resources/botT.png
src/tests/resources/box.png
src/tests/resources/fox.bmp
src/tests/resources/fox.gif
src/tests/resources/fox.jpg
src/tests/resources/fox.png
src/tests/resources/gui/Eforen.png
src/tests/resources/gui/Eforen.xml
src/tests/resources/gui/EforenArrows.png
src/tests/resources/gui/TWL Logo.png
src/tests/resources/gui/armageddon_anim.png
src/tests/resources/gui/basher.png
src/tests/resources/gui/blocker.png
src/tests/resources/gui/bomber.png
src/tests/resources/gui/bridger.png
src/tests/resources/gui/buttonbackground.png
src/tests/resources/gui/buttonbackgroundhl.png
src/tests/resources/gui/chaos_sphere_blue_800x600.png
src/tests/resources/gui/climber.png
src/tests/resources/gui/cursors.png
src/tests/resources/gui/cursors.xml
src/tests/resources/gui/digger.png
src/tests/resources/gui/floater.png
src/tests/resources/gui/font.fnt
src/tests/resources/gui/font_00.png
src/tests/resources/gui/gameui.xml
src/tests/resources/gui/gui.png
src/tests/resources/gui/gui.xml
src/tests/resources/gui/guiTheme.xml
src/tests/resources/gui/hbuttonbg.png
src/tests/resources/gui/hbuttonbgb.png
src/tests/resources/gui/icon-gold-star-small.png
src/tests/resources/gui/miner.png
src/tests/resources/gui/pause.png
src/tests/resources/gui/simple.png
src/tests/resources/gui/simple.xml
src/tests/resources/gui/simpleGameMenu.xml
src/tests/resources/gui/simple_demo.xml
src/tests/resources/hex/flat/clayHex.png
src/tests/resources/hex/flat/desertHex.png
src/tests/resources/hex/flat/oreHex.png
src/tests/resources/hex/flat/sheepHex.png
src/tests/resources/hex/flat/waterHex.png
src/tests/resources/hex/flat/wheatHex.png
src/tests/resources/hex/flat/woodHex.png
src/tests/resources/hex/pointed/clayHex.png
src/tests/resources/hex/pointed/desertHex.png
src/tests/resources/hex/pointed/oreHex.png
src/tests/resources/hex/pointed/pubdlcnt.php-0-0.png
src/tests/resources/hex/pointed/pubdlcnt.php-0-1.png
src/tests/resources/hex/pointed/pubdlcnt.php-0-2.png
src/tests/resources/hex/pointed/pubdlcnt.php-0-3.png
src/tests/resources/hex/pointed/pubdlcnt.php-1-0.png
src/tests/resources/hex/pointed/pubdlcnt.php-1-1.png
src/tests/resources/hex/pointed/pubdlcnt.php-1-2.png
src/tests/resources/hex/pointed/pubdlcnt.php-1-3.png
src/tests/resources/hex/pointed/pubdlcnt.php-2-0.png
src/tests/resources/hex/pointed/pubdlcnt.php-2-1.png
src/tests/resources/hex/pointed/pubdlcnt.php-2-2.png
src/tests/resources/hex/pointed/pubdlcnt.php-2-3.png
src/tests/resources/hex/pointed/pubdlcnt.php-3-0.png
src/tests/resources/hex/pointed/pubdlcnt.php-3-1.png
src/tests/resources/hex/pointed/pubdlcnt.php-3-2.png
src/tests/resources/hex/pointed/pubdlcnt.php-3-3.png
src/tests/resources/hex/pointed/sheepHex.png
src/tests/resources/hex/pointed/waterHex.png
src/tests/resources/hex/pointed/wheatHex.png
src/tests/resources/hex/pointed/woodHex.png
src/tests/resources/isometric/grassland_tiles.png
src/tests/resources/shaders/simple.vert
src/tests/resources/sounds/boo.flac
src/tests/resources/sounds/boo.mp3
src/tests/resources/sounds/boo.ogg
src/tests/resources/sounds/boo.wav
src/tests/resources/sounds/boo16.wav
src/tests/resources/tiled/grasslandv6_0_1.png
src/tests/resources/tiled/tiles.png
src/tests/simple/Fox.java
src/tests/simple/GUITest.java
src/tests/simple/SimpleGame.java
src/tests/simple/SimpleSound.java
src/tests/simple/SimpleSpriteSheet.java
src/tests/simple/roomtypes/FlatHex.java
src/tests/simple/roomtypes/Isometric.java
src/tests/simple/roomtypes/PointedHex.java
src/tests/simple/roomtypes/Tiled.java
src/tests/simple/ui/LinearMenuTest.java
src/tests/simple/ui/resources/Run.xml
src/tests/simple/ui/resources/Run.xml.old
src/tests/simple/ui/resources/TranscendsGames.otf
src/tests/simple/ui/resources/button.png
src/tests/simple/ui/resources/button_font.fnt
src/tests/simple/ui/resources/button_font_00.png
src/tests/simple/ui/resources/font.fnt
src/tests/simple/ui/resources/font_00.png
src/tests/simple/ui/resources/title_font.fnt
src/tests/simple/ui/resources/title_font_00.png
src/util/FluxMath.java
src/util/ImageData.java
src/util/ImageUtil.java
src/util/LevelConversions.java
src/util/Point2D.java
src/util/Timer.java
Download
Click the following link to download Fluxware-Game-Engine-master.zip.
Fluxware-Game-Engine-master.zip