Download caffeine Free Java Code

Description

Caffeine is intended to be a simple 2D tile based game engine written in Java. Its focus is to take advantage of abstraction provided by Java will remaining light weight and flexible to different tile based games.

Icons

caffeine

Source Files

The download file caffeine-master.zip has the following entries.


.classpath//from   w w w.ja  va 2  s .  c  o  m
.gitignore
.project
.settings/org.sonar.ide.eclipse.core.prefs
README
fnar.caf
src/caffeine/Clock.java
src/caffeine/Game.java
src/caffeine/entity/Entity.java
src/caffeine/entity/ItemEntity.java
src/caffeine/entity/Mob.java
src/caffeine/entity/PlayerEntity.java
src/caffeine/entity/brain/Brain.java
src/caffeine/entity/brain/InteractiveBrain.java
src/caffeine/entity/brain/LeftBrain.java
src/caffeine/entity/brain/RandomBrain.java
src/caffeine/entity/brain/RightBrain.java
src/caffeine/entity/brain/StraightBrain.java
src/caffeine/gfx/GUI.java
src/caffeine/gfx/InputHandler.java
src/caffeine/gfx/Screen.java
src/caffeine/gfx/Spritesheet.java
src/caffeine/gfx/sprites.png
src/caffeine/gfx/sprites2.png
src/caffeine/items/Heart.java
src/caffeine/items/Item.java
src/caffeine/items/ItemType.java
src/caffeine/items/weapons/Sword.java
src/caffeine/items/weapons/Weapon.java
src/caffeine/net/Client.java
src/caffeine/net/ClientWorker.java
src/caffeine/net/Connection.java
src/caffeine/net/GameServer.java
src/caffeine/net/GameServerWorker.java
src/caffeine/net/MapListener.java
src/caffeine/net/accounts/PlayerAccount.java
src/caffeine/net/packet/Event.java
src/caffeine/net/packet/EventPacket.java
src/caffeine/net/packet/LoginPacket.java
src/caffeine/net/packet/MapPacket.java
src/caffeine/net/packet/MovePacket.java
src/caffeine/net/packet/Packet.java
src/caffeine/net/packet/PacketHandler.java
src/caffeine/sfx/LA_Enemy_Die.wav
src/caffeine/sfx/LA_Enemy_Hit.wav
src/caffeine/sfx/LA_Link_Jump.wav
src/caffeine/sfx/LA_Sword_Slash1.wav
src/caffeine/sfx/LA_Sword_Slash2.wav
src/caffeine/sfx/LA_Sword_Slash3.wav
src/caffeine/sfx/LA_Sword_Slash4.wav
src/caffeine/sfx/Sound.java
src/caffeine/sfx/coin.wav
src/caffeine/sfx/hurt.wav
src/caffeine/sfx/item.wav
src/caffeine/sfx/jump.wav
src/caffeine/sfx/powerup.wav
src/caffeine/sfx/select.wav
src/caffeine/sfx/select2.wav
src/caffeine/sfx/select3.wav
src/caffeine/util/Util.java
src/caffeine/world/Dir.java
src/caffeine/world/Map.java
src/caffeine/world/MismatchingMapIDException.java
src/caffeine/world/World.java
src/caffeine/world/tile/Bush.java
src/caffeine/world/tile/Stone.java
src/caffeine/world/tile/Tile.java
src/caffeine/world/tile/TileObject.java
src/caffeine/world/tile/TileType.java
src/caffeine/world/tile/Water.java

Download

Click the following link to download caffeine-master.zip.

caffeine-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