Android Open Source - Game rpg Battleround






Project Summary

Round based RPG..

Web Site / Source Repository

Battleround is hosted in the following web site
https://github.com/Leejjon/Battleround

If you think the Android project Battleround listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Battleround.

ItemValue
Java File Count120
Target SDK Version18
Minimum SDK Version9
Activity Count2
Required Permissionsandroid.permission.INTERNET
Asset File Namesassets\data\hete_elf.png
assets\data\levels\testlevel_images\128256-blu-wa.png
assets\data\levels\testlevel_images\pacman_idle_64x128.png
assets\data\levels\testlevel_images\pacman_idle_64x64.png
assets\data\levels\testlevel_images\pacman_idle_template64x128.png
assets\data\levels\testlevel_images\pacman_moving_64x64.png
assets\data\libgdx.png
assets\data\ui\arial.fnt
assets\data\ui\arial.png
assets\data\ui\default.fnt
assets\data\ui\uiskin.atlas
assets\data\ui\uiskin.json
assets\data\ui\uiskin.png
assets\images\account.png
assets\images\info.png
assets\images\invalidicon.png
assets\images\settings.png
assets\images\validicon.png
assets\libgdx-logo.png




Java Source Files

Battleround has the following Java source files.

org.stofkat.battleround.android.AndroidDispatchServiceAsync.java
org.stofkat.battleround.android.AndroidEngine.java
org.stofkat.battleround.android.AuthenticationActivity.java
org.stofkat.battleround.android.BlockNavigatingWebViewClient.java
org.stofkat.battleround.android.MainActivity.java
org.stofkat.battleround.android.files.AndroidFileHandleResolver.java
org.stofkat.battleround.client.http.dispatch.AsyncCallback.java
org.stofkat.battleround.client.http.dispatch.AsyncCallbackHandler.java
org.stofkat.battleround.client.http.dispatch.CustomCookieStore.java
org.stofkat.battleround.client.http.dispatch.HttpDispatchServiceAsync.java
org.stofkat.battleround.client.http.dispatch.HttpUtils.java
org.stofkat.battleround.client.ui.ChatTextField.java
org.stofkat.battleround.client.ui.ChatTextFieldListener.java
org.stofkat.battleround.client.ui.InGameStage.java
org.stofkat.battleround.client.ui.SelectCharacterStage.java
org.stofkat.battleround.common.ClientCommand.java
org.stofkat.battleround.common.Update.java
org.stofkat.battleround.common.UpdateResult.java
org.stofkat.battleround.common.User.java
org.stofkat.battleround.common.level.structure.Character.java
org.stofkat.battleround.common.level.structure.CharacterDefinition.java
org.stofkat.battleround.common.level.structure.Level.java
org.stofkat.battleround.common.level.structure.Monster.java
org.stofkat.battleround.common.level.structure.MonsterDefinition.java
org.stofkat.battleround.common.level.structure.PassiveObject.java
org.stofkat.battleround.common.level.structure.PassiveObjectDefinition.java
org.stofkat.battleround.common.level.structure.SpriteSheet.java
org.stofkat.battleround.common.level.structure.Stats.java
org.stofkat.battleround.common.resources.StaticResources.java
org.stofkat.battleround.core.Engine.java
org.stofkat.battleround.core.EngineException.java
org.stofkat.battleround.core.EngineInterface.java
org.stofkat.battleround.core.GameObject.java
org.stofkat.battleround.core.Player.java
org.stofkat.battleround.core.ServerInterface.java
org.stofkat.battleround.core.SpriteAnimationDefinition.java
org.stofkat.battleround.core.Tile.java
org.stofkat.battleround.core.Tiles.java
org.stofkat.battleround.core.UpdateTask.java
org.stofkat.battleround.core.math.WithinTileCalculation.java
org.stofkat.battleround.core.util.Point.java
org.stofkat.battleround.core.util.SortListAlgorithm.java
org.stofkat.battleround.database.AuthenticationConnection.java
org.stofkat.battleround.database.DatabaseConnection.java
org.stofkat.battleround.database.DatabaseException.java
org.stofkat.battleround.database.LevelConnection.java
org.stofkat.battleround.database.SpriteConnection.java
org.stofkat.battleround.database.security.ValidationException.java
org.stofkat.battleround.database.security.ValidationUtility.java
org.stofkat.battleround.desktop.DesktopDispatchServiceAsync.java
org.stofkat.battleround.desktop.LwjglEngine.java
org.stofkat.battleround.desktop.Main.java
org.stofkat.battleround.desktop.files.DesktopFileHandleResolver.java
org.stofkat.battleround.html.GwtEngine.java
org.stofkat.battleround.html.GwtLauncher.java
org.stofkat.battleround.html.engine.files.GwtFileHandleResolver.java
org.stofkat.battleround.html.gwt.dispatch.GwtAsyncCallbackHandler.java
org.stofkat.battleround.html.gwt.dispatch.GwtDispatchService.java
org.stofkat.battleround.html.gwt.dispatch.GwtDispatchServiceAsync.java
org.stofkat.battleround.leveldesigner.client.AuthenticationCallbackHandler.java
org.stofkat.battleround.leveldesigner.client.LevelDesigner.java
org.stofkat.battleround.leveldesigner.client.LevelDesignerClientInterface.java
org.stofkat.battleround.leveldesigner.client.LevelDesignerService.java
org.stofkat.battleround.leveldesigner.client.LevelDesignerServiceAsync.java
org.stofkat.battleround.leveldesigner.exceptions.AuthorizationException.java
org.stofkat.battleround.leveldesigner.exceptions.CouldNotLoadExistingLevelException.java
org.stofkat.battleround.leveldesigner.server.LevelDesignerServiceImpl.java
org.stofkat.battleround.leveldesigner.shared.FieldVerifier.java
org.stofkat.battleround.server.AbstractDispatch.java
org.stofkat.battleround.server.ActionHandler.java
org.stofkat.battleround.server.ActionHandlerRegistry.java
org.stofkat.battleround.server.ActionResult.java
org.stofkat.battleround.server.DefaultActionHandlerRegistry.java
org.stofkat.battleround.server.Dispatch.java
org.stofkat.battleround.server.ExecutionContext.java
org.stofkat.battleround.server.InstanceActionHandlerRegistry.java
org.stofkat.battleround.server.LoginSessionCollector.java
org.stofkat.battleround.server.SimpleDispatch.java
org.stofkat.battleround.server.actionhandlers.ChatActionHandler.java
org.stofkat.battleround.server.actionhandlers.CheckForUpdatesActionHandler.java
org.stofkat.battleround.server.actionhandlers.GetLevelActionHandler.java
org.stofkat.battleround.server.actionhandlers.SelectCharacterActionHandler.java
org.stofkat.battleround.server.authentication.LoginServlet.java
org.stofkat.battleround.server.authentication.RegisterServlet.java
org.stofkat.battleround.server.captcha.Captcha.java
org.stofkat.battleround.server.captcha.CaptchaServlet.java
org.stofkat.battleround.server.game.Client.java
org.stofkat.battleround.server.game.ServerGame.java
org.stofkat.battleround.server.gwt.GwtDispatchServlet.java
org.stofkat.battleround.server.http.HttpDispatchServlet.java
org.stofkat.battleround.server.security.EncryptionUtility.java
org.stofkat.battleround.server.uploader.ImageUploaderServlet.java
org.stofkat.battleround.shared.dispatch.actions.AbstractAction.java
org.stofkat.battleround.shared.dispatch.actions.Action.java
org.stofkat.battleround.shared.dispatch.actions.ChatAction.java
org.stofkat.battleround.shared.dispatch.actions.CheckForUpdatesAction.java
org.stofkat.battleround.shared.dispatch.actions.GetLevelAction.java
org.stofkat.battleround.shared.dispatch.actions.SelectCharacterAction.java
org.stofkat.battleround.shared.dispatch.exceptions.ActionException.java
org.stofkat.battleround.shared.dispatch.exceptions.AuthenticationException.java
org.stofkat.battleround.shared.dispatch.exceptions.CharacterAlreadyChosenException.java
org.stofkat.battleround.shared.dispatch.exceptions.ClientIdInvalidException.java
org.stofkat.battleround.shared.dispatch.exceptions.DispatchException.java
org.stofkat.battleround.shared.dispatch.exceptions.GameFullException.java
org.stofkat.battleround.shared.dispatch.exceptions.GameNotAvailableOnServerException.java
org.stofkat.battleround.shared.dispatch.exceptions.InvalidLevelException.java
org.stofkat.battleround.shared.dispatch.exceptions.ServiceException.java
org.stofkat.battleround.shared.dispatch.exceptions.UnsupportedActionException.java
org.stofkat.battleround.shared.dispatch.results.ChatResult.java
org.stofkat.battleround.shared.dispatch.results.CheckForUpdatesResult.java
org.stofkat.battleround.shared.dispatch.results.GetLevelResult.java
org.stofkat.battleround.shared.dispatch.results.Result.java
org.stofkat.battleround.shared.dispatch.results.SelectCharacterResult.java
org.stofkat.battleround.shared.dispatch.updates.ChatUpdate.java
org.stofkat.battleround.shared.dispatch.updates.NewPlayerUpdate.java
org.stofkat.battleround.xml.parser.XMLParseException.java
org.stofkat.battleround.xml.parser.XMLParseUtil.java