summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/gdx/boardgame/boards
AgeCommit message (Expand)AuthorFilesLines
2020-01-23TileStorage -> tilestorages/TileStorageJérémy Zurcher4-5/+5
2020-01-23Board : add adjacents API, implement it for HEX and Square boardsJérémy Zurcher4-2/+57
2020-01-23Board : reoder prototypesJérémy Zurcher1-2/+3
2020-01-23Board : extends TileKeyGeneratorJérémy Zurcher4-7/+8
2020-01-23Piece : add angleCorrection, fix boards anglesJérémy Zurcher3-5/+5
2020-01-22set units up, and reorder anglesJérémy Zurcher3-5/+8
2020-01-21Board : add size() and getIdx(int, int)Jérémy Zurcher4-0/+50
2020-01-21Board : add boolean isOnBoard(int, int)Jérémy Zurcher5-11/+54
2019-12-03Board : implements distance for Hex and Square boardsJérémy Zurcher4-0/+74
2019-11-30remove string format, it's not available on gwtSimonIT1-1/+1
2018-10-14Orientation : normalize 0° is facing EastJérémy Zurcher3-5/+8
2018-10-10add OrientationJérémy Zurcher5-5/+47
2018-10-08ch.asynk.gdx.boardgame.board -> ch.asynk.gdx.boardgame.boardsJérémy Zurcher5-0/+326