Commit Graph

167 Commits

Author SHA1 Message Date
92c35a2087 MAPG-73 pass mapId to GameController and PositionController
adapt JS to send mapId
make separate JS for the game
2020-05-30 15:33:28 +02:00
567238c979 MAPG-47 refactor GameController and its view 2020-05-25 19:14:49 +02:00
4641aa81f8 MAPG-52 replace loading animation 2020-05-24 14:02:42 +02:00
3285ce2a4f MAPG-58 make resultinfo fixed height and move out continue button 2020-05-23 02:07:50 +02:00
e8492994dd MAPG-54 introduce round info - current round number and score 2020-05-23 01:25:43 +02:00
f110bb9b18 MAPG-20 rename guessMap to map 2020-05-22 23:23:54 +02:00
96ee250f96 MAPG-20 merge guessMap and resultMap into one map 2020-05-22 23:22:11 +02:00
b0b95fbbee MAPG-25 implement multi round game
refator of JS code
2020-05-21 23:55:59 +02:00
4d8ad9f10f MAPG-35 introduce layout for mobile
further style fixes and adjustments
2020-05-21 01:58:47 +02:00
f647e77366 MAPG-19 show loading gif during loading 2020-05-20 15:54:09 +02:00
c0ad64cbe5 MAPG-7 refactor JS to be more readable
load Google Maps API async
2020-05-20 03:19:53 +02:00
066afa6e2e MAPG-26 remove "async defer" from <script> because they depend on each other 2020-05-20 01:54:14 +02:00
916995161f MAPG-6 add score element to game HTML 2020-05-20 01:05:46 +02:00
e4c59739dc MAPG-4 show real position after guess
make workflow better
2020-05-19 16:18:12 +02:00
dc943fa3cb MAPG-4 rename GuessController to GameController 2020-05-19 16:13:57 +02:00
88e8a4e9e4 MAPG-10 add GetNewPosition controller
remove position selecing from GuessController
adapt GuessController to the new view-controller concept
2020-05-19 03:17:40 +02:00
c63f05295e MAPG-3 move index.php's view part to views/guess.php 2020-05-17 22:28:34 +02:00