Download ttb game Free Java Code
Description
Turn based strategy game , educational development.
Icons
Source Files
The download file ttb-game-master.zip has the following entries.
.gitignore/*from w w w. j a v a 2s . c o m*/
COPYING
README.markdown
client/css/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png
client/css/black-tie/images/ui-bg_flat_65_ffffff_40x100.png
client/css/black-tie/images/ui-bg_glass_40_111111_1x400.png
client/css/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png
client/css/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
client/css/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png
client/css/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png
client/css/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png
client/css/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png
client/css/black-tie/images/ui-icons_222222_256x240.png
client/css/black-tie/images/ui-icons_4ca300_256x240.png
client/css/black-tie/images/ui-icons_bbbbbb_256x240.png
client/css/black-tie/images/ui-icons_ededed_256x240.png
client/css/black-tie/images/ui-icons_ffcf29_256x240.png
client/css/black-tie/images/ui-icons_ffffff_256x240.png
client/css/black-tie/jquery-ui-1.8.6.custom.css
client/images/accept.png
client/images/error.png
client/images/footer_banner.jpg
client/images/footer_repeat.jpg
client/images/header_banner.jpg
client/images/header_h.jpg
client/images/header_repeat.jpg
client/images/hourglass.png
client/images/house.bmp
client/images/mapcolors/color1.png
client/images/mapcolors/color10.png
client/images/mapcolors/color10down.png
client/images/mapcolors/color11.png
client/images/mapcolors/color11down.png
client/images/mapcolors/color1down.png
client/images/mapcolors/color2.png
client/images/mapcolors/color2down.png
client/images/mapcolors/color3.png
client/images/mapcolors/color3down.png
client/images/mapcolors/color4.png
client/images/mapcolors/color4down.png
client/images/mapcolors/color5.png
client/images/mapcolors/color5down.png
client/images/mapcolors/color6.png
client/images/mapcolors/color6down.png
client/images/mapcolors/color7.png
client/images/mapcolors/color7down.png
client/images/mapcolors/color8.png
client/images/mapcolors/color8down.png
client/images/mapcolors/color9.png
client/images/mapcolors/color9down.png
client/images/menu_repeat.jpg
client/images/person1.bmp
client/images/tab_bg.jpg
client/images/units/goblins/direwolf_rider.png
client/images/units/goblins/impaler.png
client/images/units/humans/fencer.png
client/images/units/humans/mage.png
client/js/AStar.js
client/js/ai.js
client/js/game.js
client/js/lib/jquery-1.4.4.min.js
client/js/lib/jquery-ui-1.8.6.custom.min.js
client/js/lib/jquery.inherit.js
client/js/lib/raphael-min.js
client/js/main.js
client/js/map_editor.js
client/js/utils.js
client/main.html
client/style.css
data/maps/deathmatch.map
data/maps/small.map
data/units/goblins/direwolf_rider.cfg
data/units/goblins/impaler.cfg
data/units/humans/fencer.cfg
data/units/humans/mage.cfg
doc/db_structure.png
src/.gitignore
src/commands.py
src/common.py
src/db.py
src/exceptions.py
src/init_database.py
src/logics.py
src/main.py
src/server.py
src/settings.py
src/test.py
src/utils/__init__.py
src/utils/path.py
tests/.gitignore
tests/Army/chooseArmyInFinishedGame.ans
tests/Army/chooseArmyInFinishedGame.tst
tests/Army/chooseGetDeleteNonexist.ans
tests/Army/chooseGetDeleteNonexist.tst
tests/Army/deleteNotHisArmy.ans
tests/Army/deleteNotHisArmy.tst
tests/Army/editArmy.ans
tests/Army/editArmy.tst
tests/Army/good.ans
tests/Army/good.tst
tests/Army/notexistenFactionUnit.ans
tests/Army/notexistenFactionUnit.tst
tests/Army/same_name.tst
tests/Army/uploadSameArmy.ans
tests/Army/uploadSameArmy.tst
tests/Chat/good.ans
tests/Chat/good.tst
tests/Chat/good_with_since.ans
tests/Chat/good_with_since.tst
tests/Chat/manyPlayers.ans
tests/Chat/manyPlayers.tst
tests/Chat/noGame.ans
tests/Chat/noGame.tst
tests/Chat/noMessages.ans
tests/Chat/noMessages.tst
tests/Chat/tooLongMessage.ans
tests/Chat/tooLongMessage.tst
tests/Cmd/emptyCmd.ans
tests/Cmd/emptyCmd.tst
tests/Cmd/notJSON.ans
tests/Cmd/notJSON.tst
tests/Cmd/unknownCmd.ans
tests/Cmd/unknownCmd.tst
tests/Faction/emptyAttrs.ans
tests/Faction/emptyAttrs.tst
tests/Faction/good.ans
tests/Faction/good.tst
tests/Faction/manyUnits.ans
tests/Faction/manyUnits.tst
tests/Faction/noFaction.ans
tests/Faction/noFaction.tst
tests/Faction/noUnits.ans
tests/Faction/noUnits.tst
tests/Faction/notEnoughAttrs.ans
tests/Faction/notEnoughAttrs.tst
tests/Faction/sameFaction.ans
tests/Faction/sameFaction.tst
tests/Faction/tooManyAttrs.ans
tests/Faction/tooManyAttrs.tst
tests/Faction/wrongAttrType.ans
tests/Faction/wrongAttrType.tst
tests/Game/all_leaved.ans
tests/Game/all_leaved.tst
tests/Game/badFields.ans
tests/Game/badFields.tst
tests/Game/comeBack.ans
tests/Game/comeBack.tst
tests/Game/doubleCreateJoin.ans
tests/Game/doubleCreateJoin.tst
tests/Game/fullGame.ans
tests/Game/fullGame.tst
tests/Game/good.ans
tests/Game/good.tst
tests/Game/nonexistentGame.ans
tests/Game/nonexistentGame.tst
tests/Game/requestFromTwoPlayers.ans
tests/Game/requestFromTwoPlayers.tst
tests/Game/sameName.ans
tests/Game/sameName.tst
tests/Game/twogames.ans
tests/Game/twogames.tst
tests/Map/badCharacter.ans
tests/Map/badCharacter.tst
tests/Map/differentLength.ans
tests/Map/differentLength.tst
tests/Map/good.ans
tests/Map/good.tst
tests/Map/noMap.ans
tests/Map/noMap.tst
tests/Map/notString.ans
tests/Map/notString.tst
tests/Map/onePlayer.ans
tests/Map/onePlayer.tst
tests/Map/outOfOrder.ans
tests/Map/outOfOrder.tst
tests/Map/sameMap.ans
tests/Map/sameMap.tst
tests/Map/zeroHeight.ans
tests/Map/zeroHeight.tst
tests/Map/zeroWidth.ans
tests/Map/zeroWidth.tst
tests/PlaceUnits/good.ans
tests/PlaceUnits/good.tst
tests/Player/good.ans
tests/Player/good.tst
tests/Player/twoGames.ans
tests/Player/twoGames.tst
tests/PlayingTheGame/badFields.ans
tests/PlayingTheGame/badFields.tst
tests/PlayingTheGame/badMove.ans
tests/PlayingTheGame/badMove.tst
tests/PlayingTheGame/errorsInPlaying.ans
tests/PlayingTheGame/errorsInPlaying.tst
tests/PlayingTheGame/fullGame.ans
tests/PlayingTheGame/fullGame.tst
tests/PlayingTheGame/getArmyForGame.ans
tests/PlayingTheGame/getArmyForGame.tst
tests/PlayingTheGame/good.ans
tests/PlayingTheGame/good.tst
tests/PlayingTheGame/placeSecondTime.ans
tests/PlayingTheGame/placeSecondTime.tst
tests/PlayingTheGame/placeTooMany.ans
tests/PlayingTheGame/placeTooMany.tst
tests/PlayingTheGame/staticUnits.ans
tests/PlayingTheGame/staticUnits.tst
tests/PlayingTheGame/strangeBug.ans
tests/PlayingTheGame/strangeBug.tst
tests/PlayingTheGame/suicide.ans
tests/PlayingTheGame/suicide.tst
tests/Status/afterGameStarted.ans
tests/Status/afterGameStarted.tst
tests/Status/badFields.ans
tests/Status/badFields.tst
tests/Status/good.ans
tests/Status/good.tst
tests/Status/good_and_get_numbers.ans
tests/Status/good_and_get_numbers.tst
tests/Status/setManyTimes.ans
tests/Status/setManyTimes.tst
tests/clear/simple.ans
tests/clear/simple.tst
tests/register/badFieldCount.ans
tests/register/badFieldCount.tst
tests/register/badFieldType.ans
tests/register/badFieldType.tst
tests/register/badPassword.ans
tests/register/badPassword.tst
tests/register/badUsername.ans
tests/register/badUsername.tst
tests/register/badUsername_emptyPassword.ans
tests/register/badUsername_emptyPassword.tst
tests/register/emptyPassword.ans
tests/register/emptyPassword.tst
tests/register/emptyUsername.ans
tests/register/emptyUsername.tst
tests/register/emptyUsername_Password.ans
tests/register/emptyUsername_Password.tst
tests/register/goodUsername.ans
tests/register/goodUsername.tst
tests/register/noCmd.ans
tests/register/noCmd.tst
tests/register/notAllFields.ans
tests/register/notAllFields.tst
tests/register/sameName.ans
tests/register/sameName.tst
tests/register/sameName_Password.ans
tests/register/sameName_Password.tst
tests/register/samePassword.ans
tests/register/samePassword.tst
tests/register/tooLongPassword.ans
tests/register/tooLongPassword.tst
tests/register/tooLongUsername.ans
tests/register/tooLongUsername.tst
tests/register/tooLongUsername_Password.ans
tests/register/tooLongUsername_Password.tst
tests/register/unknownCmd.ans
tests/register/unknownCmd.tst
tests/session.ans
tests/session.tst
tests/unregister/correct.ans
tests/unregister/correct.tst
tests/unregister/fromGame.ans
tests/unregister/fromGame.tst
tests/unregister/fromLobby.ans
tests/unregister/fromLobby.tst
tests/unregister/unknownSid.ans
tests/unregister/unknownSid.tst
tests/unregister/withoutRegistration.ans
tests/unregister/withoutRegistration.tst
Download
Click the following link to download ttb-game-master.zip.
ttb-game-master.zip