8415739d18add javadoc to grid's elements, deleted useless x and y parameters in Wall, adjustments to bombs timer and explosion sizeQuentin Legot2021-12-08 18:43:34 +0100
ea07ca0c6aadd comments to Grid package, delete arguments to GridFacotryBuilder's methods where it's unnecessaryQuentin Legot2021-12-08 17:18:11 +0100
03be6c2a78add javadoc to actions, delete gradle.propertiesQuentin Legot2021-12-08 16:08:33 +0100
609966d9afRework ChoseAction when currentPlayer is Human(now respect M-VC(terminal) model), but not implemented with WindowQuentin Legot2021-12-08 11:58:40 +0100
74b8489854fix NullPointerException error when using Terminal view, fix MVC model not respected to display winnerQuentin Legot2021-12-08 11:32:16 +0100
6e13a3124eCorrection de quelques propriétés de Cell et modification de Window
Valentin Lucas
2021-12-08 09:12:45 +0100
2e5fcd2a05Add human terminal choseAction
Katchan
2021-12-07 21:38:59 +0100
a6b9b69d9bFix player who stayed on the grid
Katchan
2021-12-07 21:38:43 +0100
4958c7688eAdd useful functions and class
Katchan
2021-12-07 21:37:16 +0100
bf37f32407Reworked GridStrategy and renamed it to GridFactoryBuilderQuentin Legot2021-12-07 18:10:18 +0100
19dceafb7dMajor improvement of windows (in terms of cpu, disk and ram performances), move ClientEventHandler.java to listener packageQuentin Legot2021-12-07 12:19:31 +0100
1defc451aaModification de putStatePlayerPane(), showStatePlayer(),showMoveText() (Reste à corriger certaines choses)
Valentin Lucas
2021-12-07 10:07:38 +0100
bb44efd9fcAjout de ShowMoveText() et showStatePlayers (à modifier)
Valentin Lucas
2021-12-06 16:03:24 +0100
e7740739d9Add support to grid elements using a countdown like bombQuentin Legot2021-12-06 13:02:55 +0100
4c7017ff97FINALLY fix the game with Window (currently not work with terminal)Quentin Legot2021-12-02 18:33:18 +0100
572a20bcf7Modification de Cell et GUI, Affichage réussie de la grille mais image pas encore affichée
Valentin Lucas
2021-12-02 16:12:30 +0100
2ebd51f011Move viewUpdate to ViewManager.java, renamed getPoint() to getPosition() in Player, View still not workQuentin Legot2021-12-01 23:31:51 +0100
1b8f9a2b30Modification de cell et ajout d'un main temporaire + ajout d'images
Valentin Valentin
2021-11-30 18:18:08 +0100
de8c258322Fix game not launching + add supprot to Computer Players (AI) + fix view not updating at each Game#play 's loopQuentin Legot2021-11-29 19:22:43 +0100
f73dfc8bb9Fix client only launching app on terminal viewQuentin Legot2021-11-29 18:22:21 +0100