Commit Graph

13 Commits

Author SHA1 Message Date
0546fa73bc Improved MVC model 2021-04-10 12:42:15 +02:00
dfe1c2ff72 Fix NullPointerException when using Window view + improve lisibility + fix Triplet.equals + add View.displayWinner 2021-04-07 16:47:59 +02:00
3919fcfea8 Fix toString not displaying ships (but need debugging) 2021-04-06 11:41:11 +02:00
7fc9fb462c Improved View.toString 2021-04-06 10:19:56 +02:00
f2607f1268 Add View.placeShipRandomly 2021-04-06 09:55:02 +02:00
Arthur7770
db65bedbaa Comment the first lines of game.play() and remove the useless scanner 2021-03-30 10:09:31 +02:00
13a48c9d4b Move setShips from Game to View + fix Direction.java + improved Player.setShips to check if there is no boat at the location where we want to place another 2021-03-28 15:09:44 +02:00
19bd363503 Add Direction enum + fix Game.setShips(Player) 2021-03-28 14:35:10 +02:00
Arthur
be296d3946 There is an error in Game.java line 95, I don't understand why the program skip the scanner.nextLine 2021-03-28 13:55:59 +02:00
Arthur
c45d8a93ae Adding some modifications + please if you find ho to fix Terminal.java toString() method, do it 2021-03-27 19:43:36 +01:00
Arthur
de37c534c0 Adding a few changes 2021-03-27 14:56:01 +01:00
Arthur
33ab1c131a Adding getters to Ship.class, Adding a checker in Game.class and Starting the toString() method of View.class 2021-03-27 13:12:33 +01:00
8524f83864 Add Main.java, View.java, Window.java, Terminal.java and Game.java 2021-03-27 11:12:20 +01:00