summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/Battle.java
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Battle: merge start() into setup()Jérémy Zurcher1-2/+0
2016-01-22Battle: add public int getId()Jérémy Zurcher1-0/+2
2015-12-23game.Factory -> FactoryJérémy Zurcher1-1/+1
2015-12-09Battle: use getWinner() and getNextPlayer()Jérémy Zurcher1-2/+0
2015-12-09Battle: add actionDone()Jérémy Zurcher1-0/+2
2015-12-09Battle: code reorderJérémy Zurcher1-10/+10
2015-12-09Battle: deploymentDone() -> isDeploymentDone()Jérémy Zurcher1-1/+1
2015-12-09Battle,Ctrl: simplify turn end and changeJérémy Zurcher1-2/+4
2015-12-08Battle: remove unused parameters and importsJérémy Zurcher1-7/+4
2015-12-08Battle: owns map, set it and bath player in setup(Ctrl)Jérémy Zurcher1-6/+2
2015-12-08Battle: no need of Player parameter anymoreJérémy Zurcher1-3/+3
2015-12-08Ctrl,Battle: Battle manages currentPlayer and opponentJérémy Zurcher1-1/+3
2015-07-19welcome RustAndDustJérémy Zurcher1-0/+40