Download Free code archervsworld

Description

Casual game for Android and PC.

Icons

archervsworld

Source Files

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


.gitignore// w  w  w .  j  av a2 s  .c  om
archervsworld-android/AndroidManifest.xml
archervsworld-android/pom.xml
archervsworld-android/project.properties
archervsworld-android/res/drawable-hdpi/icon.png
archervsworld-android/res/drawable-ldpi/icon.png
archervsworld-android/res/drawable-mdpi/icon.png
archervsworld-android/res/values/strings.xml
archervsworld-android/src/com/gemserk/games/archervsworld/MainAndroidApplication.java
archervsworld-core/pom.xml
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/FadeTransitionScreen.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/LayerProcessor.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/LibgdxGame.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/BowComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/CorrectArrowDirectionComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/DamageComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/HealthComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/HudButtonComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/InformationComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/SpawnerComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/components/WalkingDeadComponent.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/entities/ArcherVsWorldEntityFactory.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/entities/Groups.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/systems/CorrectArrowDirectionSystem.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/systems/DebugInformationSystem.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/systems/UpdateBowSystem.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/systems/UpdateChargingArrowSystem.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/artemis/systems/WalkingDeadSystem.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/box2d/CollisionDefinitions.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowController.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerHudImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerHudImpl2.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerImpl2.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerImpl3.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerImpl4.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerImpl5.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerKeyboardImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowControllerMutitouchImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowData.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowDirectionAreaControllerHudImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowDirectionControllerHudImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowPowerControllerButonMonitorImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/BowPowerHudControllerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/CameraControllerButtonMonitorImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/CameraControllerLibgdxPointerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/CameraMovementControllerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/CameraZoomControllerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/ControllerSwitcher.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/controllers/MultitouchCameraControllerImpl.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/gamestates/EntitySystemController.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/gamestates/GameData.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/gamestates/PlayGameState.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/gamestates/ScoreGameState.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/gamestates/SplashGameState.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/properties/Box2dAngleProperty.java
archervsworld-core/src/main/java/com/gemserk/games/archervsworld/properties/Box2dPositionProperty.java
archervsworld-desktop/pom.xml
archervsworld-desktop/src/main/assembly/distribution.xml
archervsworld-desktop/src/main/java/com/gemserk/games/archervsworld/DesktopApplication.java
archervsworld-desktop/src/main/jnlp/jnlptemplate.vm
archervsworld-desktop/src/main/resources/data/fonts/font.fnt
archervsworld-desktop/src/main/resources/data/fonts/font.png
archervsworld-desktop/src/main/resources/data/images/Grass02.png
archervsworld-desktop/src/main/resources/data/images/MapTiles1.png
archervsworld-desktop/src/main/resources/data/images/MapTilesPack
archervsworld-desktop/src/main/resources/data/images/Tile01.png
archervsworld-desktop/src/main/resources/data/images/Tile02.png
archervsworld-desktop/src/main/resources/data/images/Tile03.png
archervsworld-desktop/src/main/resources/data/images/Tile04.png
archervsworld-desktop/src/main/resources/data/images/Tile05.png
archervsworld-desktop/src/main/resources/data/images/Tile06.png
archervsworld-desktop/src/main/resources/data/images/Tile07.png
archervsworld-desktop/src/main/resources/data/images/Tile08.png
archervsworld-desktop/src/main/resources/data/images/Tile09.png
archervsworld-desktop/src/main/resources/data/images/TileWall01.png
archervsworld-desktop/src/main/resources/data/images/TileWall02.png
archervsworld-desktop/src/main/resources/data/images/TileWall03.png
archervsworld-desktop/src/main/resources/data/images/TileWall04.png
archervsworld-desktop/src/main/resources/data/images/TileWall05.png
archervsworld-desktop/src/main/resources/data/images/TileWall06.png
archervsworld-desktop/src/main/resources/data/images/TileWall07.png
archervsworld-desktop/src/main/resources/data/images/TileWall08.png
archervsworld-desktop/src/main/resources/data/images/TileWall09.png
archervsworld-desktop/src/main/resources/data/images/arrow-512x512.png
archervsworld-desktop/src/main/resources/data/images/background-512x512.jpg
archervsworld-desktop/src/main/resources/data/images/border-01.png
archervsworld-desktop/src/main/resources/data/images/border-02.png
archervsworld-desktop/src/main/resources/data/images/bow-512x512.png
archervsworld-desktop/src/main/resources/data/images/building-spritesheet.png
archervsworld-desktop/src/main/resources/data/images/button-template-64x64.png
archervsworld-desktop/src/main/resources/data/images/clouds-spritesheet.png
archervsworld-desktop/src/main/resources/data/images/logo-gemserk-512x128-white.png
archervsworld-desktop/src/main/resources/data/images/rock-512x512.png
archervsworld-desktop/src/main/resources/data/images/tile_big_window.png
archervsworld-desktop/src/main/resources/data/images/tile_small_window.png
archervsworld-desktop/src/main/resources/data/images/tree-512x512.png
archervsworld-desktop/src/main/resources/data/images/white-rectangle.png
archervsworld-desktop/src/main/resources/data/scenes/scene01.svg
archervsworld-desktop/src/main/resources/data/scenes/test.svg
archervsworld-desktop/src/main/resources/data/sounds/bow.ogg
archervsworld-desktop/src/main/resources/data/sounds/hit-flesh.ogg
archervsworld-desktop/src/main/resources/data/sounds/hit-ground.ogg
archervsworld-desktop/src/main/scripts/run.bat
archervsworld-desktop/src/main/scripts/run.sh
assets/ideas.svg
assets/images/SmallWorld-all.svg
assets/images/arrow.xcf
assets/images/background.xcf
assets/images/bow.xcf
assets/images/building-tiles.xcf
assets/images/button.xcf
assets/images/cloud.xcf
assets/images/clouds.xcf
assets/images/grass-tile02.xcf
assets/images/grass.xcf
assets/images/icon.xcf
assets/images/newtiles.xcf
assets/images/rock.xcf
assets/images/texture01.xcf
assets/images/tiles.xcf
assets/images/tower.xcf
assets/images/tree.xcf
assets/scenes/scene-template.svg
pom.xml

Download

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

archervsworld-master.zip




















Home »
  Android Free Code »
    Game »




Chess
Game
Game 2D
Game 3D
Game Accelerometer
Game Adventure
Game AndEngine
Game API
Game Application
Game Arcade
Game Ball
Game Battleship
Game Board
Game Bubble
Game Card
Game Casual
Game Cocos2d
Game Demo
Game Desktop
Game Engine
Game Example
Game Guess
Game iOS
Game libgdx
Game Life
Game Math
Game Maze
Game Minesweeper
Game MultiPlayer
Game Number
Game Project
Game Puzzle
Game Quiz
Game Race
Game RPG
Game SDK
Game Sensor
Game Shooter
Game Snake
Game Space
Game Tower
Game Word
Sudoku
Tetris
TicTacToe