Download 2D JOGL Game Engine Free Java Code

Description

Basic 2D game engine made using JOGL, intended for students to learn the basics of game programming.

Icons

2D JOGL Game Engine

Source Files

The download file 2D-JOGL-Game-Engine-master.zip has the following entries.


.gitignore//from ww  w . j a va 2s .  c  om
OS_specific_files/linux-amd64/Makefile
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/CHANGELOG.txt
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/COPYRIGHT.txt
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/LICENSE-JOGL-1.1.1.txt
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/README.txt
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/Userguide.html
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/gluegen-rt.jar
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/jogl.jar
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/libgluegen-rt.so
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/libjogl.so
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/libjogl_awt.so
OS_specific_files/linux-amd64/libs/jogl-1.1.1-linux-amd64/lib/libjogl_cg.so
OS_specific_files/linux-amd64/run.sh
OS_specific_files/linux-i586/Makefile
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/CHANGELOG.txt
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/COPYRIGHT.txt
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/LICENSE-JOGL-1.1.1.txt
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/README.txt
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/Userguide.html
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/gluegen-rt.jar
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/jogl.jar
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/libgluegen-rt.so
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/libjogl.so
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/libjogl_awt.so
OS_specific_files/linux-i586/libs/jogl-1.1.1-linux-i586/lib/libjogl_cg.so
OS_specific_files/linux-i586/run.sh
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/CHANGELOG.txt
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/COPYRIGHT.txt
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/LICENSE-JOGL-1.1.1.txt
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/README.txt
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/Userguide.html
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/gluegen-rt.dll
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/gluegen-rt.jar
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/jogl.dll
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/jogl.jar
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/jogl_awt.dll
OS_specific_files/windows-amd64/libs/jogl-1.1.1-windows-amd64/lib/jogl_cg.dll
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/CHANGELOG.txt
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/COPYRIGHT.txt
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/LICENSE-JOGL-1.1.1.txt
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/README.txt
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/Userguide.html
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/gluegen-rt.dll
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/gluegen-rt.jar
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/jogl.dll
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/jogl.jar
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/jogl_awt.dll
OS_specific_files/windows-i586/libs/jogl-1.1.1-windows-i586/lib/jogl_cg.dll
README
TODO.txt
common_files/Makefile
common_files/README.txt
common_files/Textures/bullet.png
common_files/Textures/grass_tile.jpg
common_files/Textures/rock.png
common_files/Textures/ship/spaceship_sm.gif
common_files/Textures/ship/spaceship_sm0.gif
common_files/Textures/ship/spaceship_sm1.gif
common_files/Textures/ship/spaceship_sm10.gif
common_files/Textures/ship/spaceship_sm11.gif
common_files/Textures/ship/spaceship_sm12.gif
common_files/Textures/ship/spaceship_sm13.gif
common_files/Textures/ship/spaceship_sm14.gif
common_files/Textures/ship/spaceship_sm15.gif
common_files/Textures/ship/spaceship_sm16.gif
common_files/Textures/ship/spaceship_sm17.gif
common_files/Textures/ship/spaceship_sm18.gif
common_files/Textures/ship/spaceship_sm19.gif
common_files/Textures/ship/spaceship_sm2.gif
common_files/Textures/ship/spaceship_sm20.gif
common_files/Textures/ship/spaceship_sm21.gif
common_files/Textures/ship/spaceship_sm22.gif
common_files/Textures/ship/spaceship_sm23.gif
common_files/Textures/ship/spaceship_sm24.gif
common_files/Textures/ship/spaceship_sm25.gif
common_files/Textures/ship/spaceship_sm26.gif
common_files/Textures/ship/spaceship_sm27.gif
common_files/Textures/ship/spaceship_sm28.gif
common_files/Textures/ship/spaceship_sm29.gif
common_files/Textures/ship/spaceship_sm3.gif
common_files/Textures/ship/spaceship_sm30.gif
common_files/Textures/ship/spaceship_sm31.gif
common_files/Textures/ship/spaceship_sm32.gif
common_files/Textures/ship/spaceship_sm33.gif
common_files/Textures/ship/spaceship_sm34.gif
common_files/Textures/ship/spaceship_sm35.gif
common_files/Textures/ship/spaceship_sm36.gif
common_files/Textures/ship/spaceship_sm37.gif
common_files/Textures/ship/spaceship_sm38.gif
common_files/Textures/ship/spaceship_sm39.gif
common_files/Textures/ship/spaceship_sm4.gif
common_files/Textures/ship/spaceship_sm40.gif
common_files/Textures/ship/spaceship_sm41.gif
common_files/Textures/ship/spaceship_sm42.gif
common_files/Textures/ship/spaceship_sm43.gif
common_files/Textures/ship/spaceship_sm44.gif
common_files/Textures/ship/spaceship_sm45.gif
common_files/Textures/ship/spaceship_sm46.gif
common_files/Textures/ship/spaceship_sm47.gif
common_files/Textures/ship/spaceship_sm48.gif
common_files/Textures/ship/spaceship_sm49.gif
common_files/Textures/ship/spaceship_sm5.gif
common_files/Textures/ship/spaceship_sm50.gif
common_files/Textures/ship/spaceship_sm51.gif
common_files/Textures/ship/spaceship_sm52.gif
common_files/Textures/ship/spaceship_sm53.gif
common_files/Textures/ship/spaceship_sm54.gif
common_files/Textures/ship/spaceship_sm55.gif
common_files/Textures/ship/spaceship_sm56.gif
common_files/Textures/ship/spaceship_sm57.gif
common_files/Textures/ship/spaceship_sm58.gif
common_files/Textures/ship/spaceship_sm59.gif
common_files/Textures/ship/spaceship_sm6.gif
common_files/Textures/ship/spaceship_sm60.gif
common_files/Textures/ship/spaceship_sm61.gif
common_files/Textures/ship/spaceship_sm62.gif
common_files/Textures/ship/spaceship_sm63.gif
common_files/Textures/ship/spaceship_sm64.gif
common_files/Textures/ship/spaceship_sm65.gif
common_files/Textures/ship/spaceship_sm66.gif
common_files/Textures/ship/spaceship_sm67.gif
common_files/Textures/ship/spaceship_sm68.gif
common_files/Textures/ship/spaceship_sm69.gif
common_files/Textures/ship/spaceship_sm7.gif
common_files/Textures/ship/spaceship_sm70.gif
common_files/Textures/ship/spaceship_sm71.gif
common_files/Textures/ship/spaceship_sm8.gif
common_files/Textures/ship/spaceship_sm9.gif
common_files/Textures/soft_rock.png
common_files/src/2DGame/GameEngine/Game.java
common_files/src/2DGame/GameEngine/GameCanvas.java
common_files/src/2DGame/GameEngine/GameFont.java
common_files/src/2DGame/GameEngine/GameInterface.java
common_files/src/2DGame/GameEngine/GameObject.java
common_files/src/2DGame/GameEngine/GameRenderer.java
common_files/src/2DGame/GameEngine/GameTexture.java
common_files/src/2DGame/GameEngine/GameTimer.java
create_API.sh
create_all_APIs.py
create_project_files.py
games_src/AsteroidGame/Answer.java
games_src/AsteroidGame/AsteroidGame.java
games_src/AsteroidGame/Objects.java
games_src/AsteroidGame/PhysicalObject.java
games_src/AsteroidGame/Runner.java
games_src/SurvivalGame/BulletObject.java
games_src/SurvivalGame/PhysicalObject.java
games_src/SurvivalGame/PlayerObject.java
games_src/SurvivalGame/Runner.java
games_src/SurvivalGame/SurvivalGame.java
games_src/SurvivalGame/WallObject.java

Download

Click the following link to download 2D-JOGL-Game-Engine-master.zip.

2D-JOGL-Game-Engine-master.zip




















Home »
  Java Free Code »
    Game »




Game
Game 2D
Game 3D
Game adventure
Game API
Game engine
Game framework
Game GWT
Game HTML5
Game http
Game image
Game JavaFX
Game Library
Game multiplayer
Game network
Game plugin
Game Puzzle
Game RPG
Game shooter
Game Space
Minecraft
Minesweeper
TicTacToe