Download Free code Android Settlers

Description

An Android game based on a popular economic board game...

Icons

Android Settlers

Source Files

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


.classpath// w ww  .  ja  v  a2 s  .com
.gitignore
.project
AndroidManifest.xml
COPYING
README
build.xml
libs/android-support-v4.jar
proguard-project.txt
project.properties
res/drawable-hdpi/city_blue_large.png
res/drawable-hdpi/city_blue_small.png
res/drawable-hdpi/city_green_large.png
res/drawable-hdpi/city_green_small.png
res/drawable-hdpi/city_orange_large.png
res/drawable-hdpi/city_orange_small.png
res/drawable-hdpi/city_purple_large.png
res/drawable-hdpi/city_purple_small.png
res/drawable-hdpi/city_red_large.png
res/drawable-hdpi/city_red_small.png
res/drawable-hdpi/icon.png
res/drawable-hdpi/res_brick_large.png
res/drawable-hdpi/res_brick_medium.png
res/drawable-hdpi/res_brick_small.png
res/drawable-hdpi/res_grain_large.png
res/drawable-hdpi/res_grain_medium.png
res/drawable-hdpi/res_grain_small.png
res/drawable-hdpi/res_lumber_large.png
res/drawable-hdpi/res_lumber_medium.png
res/drawable-hdpi/res_lumber_small.png
res/drawable-hdpi/res_ore_large.png
res/drawable-hdpi/res_ore_medium.png
res/drawable-hdpi/res_ore_small.png
res/drawable-hdpi/res_wool_large.png
res/drawable-hdpi/res_wool_medium.png
res/drawable-hdpi/res_wool_small.png
res/drawable-hdpi/settlement_blue_large.png
res/drawable-hdpi/settlement_blue_small.png
res/drawable-hdpi/settlement_green_large.png
res/drawable-hdpi/settlement_green_small.png
res/drawable-hdpi/settlement_orange_large.png
res/drawable-hdpi/settlement_orange_small.png
res/drawable-hdpi/settlement_purple_large.png
res/drawable-hdpi/settlement_purple_small.png
res/drawable-hdpi/settlement_red_large.png
res/drawable-hdpi/settlement_red_small.png
res/drawable-ldpi/icon.png
res/drawable-mdpi/icon.png
res/drawable-nodpi/bl_corner.png
res/drawable-nodpi/button_backdrop.png
res/drawable-nodpi/button_cancel.png
res/drawable-nodpi/button_city.png
res/drawable-nodpi/button_development.png
res/drawable-nodpi/button_endturn.png
res/drawable-nodpi/button_press.png
res/drawable-nodpi/button_road.png
res/drawable-nodpi/button_roll.png
res/drawable-nodpi/button_settlement.png
res/drawable-nodpi/button_status.png
res/drawable-nodpi/button_trade.png
res/drawable-nodpi/city_blue.png
res/drawable-nodpi/city_green.png
res/drawable-nodpi/city_orange.png
res/drawable-nodpi/city_purple.png
res/drawable-nodpi/city_red.png
res/drawable-nodpi/res_brick.png
res/drawable-nodpi/res_grain.png
res/drawable-nodpi/res_lumber.png
res/drawable-nodpi/res_ore.png
res/drawable-nodpi/res_wool.png
res/drawable-nodpi/road.png
res/drawable-nodpi/roll_10.png
res/drawable-nodpi/roll_11.png
res/drawable-nodpi/roll_12.png
res/drawable-nodpi/roll_2.png
res/drawable-nodpi/roll_3.png
res/drawable-nodpi/roll_4.png
res/drawable-nodpi/roll_5.png
res/drawable-nodpi/roll_6.png
res/drawable-nodpi/roll_8.png
res/drawable-nodpi/roll_9.png
res/drawable-nodpi/settlement_blue.png
res/drawable-nodpi/settlement_green.png
res/drawable-nodpi/settlement_orange.png
res/drawable-nodpi/settlement_purple.png
res/drawable-nodpi/settlement_red.png
res/drawable-nodpi/tile_brick.png
res/drawable-nodpi/tile_desert.png
res/drawable-nodpi/tile_dim.png
res/drawable-nodpi/tile_grain.png
res/drawable-nodpi/tile_light.png
res/drawable-nodpi/tile_lumber.png
res/drawable-nodpi/tile_ore.png
res/drawable-nodpi/tile_robber.png
res/drawable-nodpi/tile_shore.png
res/drawable-nodpi/tile_wool.png
res/drawable-nodpi/tl_corner.png
res/drawable-nodpi/tr_corner.png
res/drawable-nodpi/trader_any.png
res/drawable-nodpi/trader_north.png
res/drawable-nodpi/trader_northeast.png
res/drawable-nodpi/trader_northwest.png
res/drawable-nodpi/trader_south.png
res/drawable-nodpi/trader_southeast.png
res/drawable-nodpi/trader_southwest.png
res/drawable-xhdpi/ic_action_about.png
res/drawable-xhdpi/ic_action_help.png
res/drawable-xhdpi/ic_action_settings.png
res/drawable/clear.png
res/drawable/reference.png
res/drawable/settings.png
res/drawable/status.png
res/layout/accepttrade.xml
res/layout/counteroffer.xml
res/layout/discard.xml
res/layout/localgame.xml
res/layout/playertrade.xml
res/layout/reference.xml
res/layout/reference_build.xml
res/layout/reference_buy.xml
res/layout/reference_development.xml
res/layout/rules.xml
res/layout/status.xml
res/layout/status_player.xml
res/menu/gamemenu.xml
res/raw/rules.html
res/values-de/strings.xml
res/values-en/strings.xml
res/values-es/strings.xml
res/values-ko/strings.xml
res/values-nl/strings.xml
res/values-zh/strings.xml
res/values/strings.xml
scripts/find_missing_strings.csh
scripts/gen_images.csh
scripts/gen_vertex.py
scripts/resize2.py
src/com/settlers/hd/AcceptTrade.java
src/com/settlers/hd/AutomatedPlayer.java
src/com/settlers/hd/BalancedAI.java
src/com/settlers/hd/Board.java
src/com/settlers/hd/CounterOffer.java
src/com/settlers/hd/Discard.java
src/com/settlers/hd/Edge.java
src/com/settlers/hd/GameActivity.java
src/com/settlers/hd/GameRenderer.java
src/com/settlers/hd/GameView.java
src/com/settlers/hd/Geometry.java
src/com/settlers/hd/Hexagon.java
src/com/settlers/hd/LocalGame.java
src/com/settlers/hd/Main.java
src/com/settlers/hd/Player.java
src/com/settlers/hd/PlayerTrade.java
src/com/settlers/hd/Reference.java
src/com/settlers/hd/ResourceView.java
src/com/settlers/hd/Rules.java
src/com/settlers/hd/Settings.java
src/com/settlers/hd/Settlers.java
src/com/settlers/hd/Square.java
src/com/settlers/hd/Stats.java
src/com/settlers/hd/Status.java
src/com/settlers/hd/TextureManager.java
src/com/settlers/hd/Trader.java
src/com/settlers/hd/UIButton.java
src/com/settlers/hd/Vertex.java

Download

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

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