summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/tankontank/game/Hex.java
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Tile/Hex: add blockLineOfSightFrom(Tile)Jérémy Zurcher1-0/+12
2014-09-29Tile/Hex: add boolean isOffMap()Jérémy Zurcher1-0/+6
2014-09-27Tiles have a center, GameFactory implements Board.TileBuilder to create Hex(c...Jérémy Zurcher1-13/+2
2014-09-25Tile, Hex: add hasTargetsFor(Pawn)Jérémy Zurcher1-0/+14
2014-09-24Tile.roadMarchBonus() -> Pawn.roadMarch()Jérémy Zurcher1-6/+0
2014-09-24Tile and Hex: atLeastOneMove(), roadMarchBonus(), road(), costFrom()Jérémy Zurcher1-2/+29
2014-09-23add Hex.OFFMAPJérémy Zurcher1-0/+2
2014-09-23Hex: add overlay index constantsJérémy Zurcher1-0/+5
2014-09-23board allocation goes into Board, hex setup goes into MapA extends MapJérémy Zurcher1-7/+11
2014-09-22coding styleJérémy Zurhcer1-4/+4
2014-09-22Pawn.Orientation + Tile.Side -> Board.OrientationJérémy Zurcher1-2/+3
2014-09-21update Map,Hex,Unit extends Board,Tile,Pawn fix GameScreenJérémy Zurcher1-2/+2
2014-09-21fix Hex and GameFactory to follow TileOverlaysJérémy Zurcher1-27/+7
2014-09-17split into '.engine.*' and '.game.*'Jérémy Zurcher1-0/+3
2014-09-17renameJérémy Zurcher1-15/+60
2014-09-16build board in HexMapFactory, use MapHexJérémy Zurcher1-0/+6
2014-09-16HexOrientation -> Hex.OrientationJérémy Zurcher1-0/+18