.. |
AiPlayer.java
|
set player names
|
2024-12-15 12:40:12 +01:00 |
AsyncSocket.java
|
move socket connection into thread within AsyncSocket
|
2024-12-10 14:07:16 +01:00 |
AsyncSocketListener.java
|
networking basis
|
2024-11-30 13:45:06 +01:00 |
Board.java
|
initialise board arrays correctly
|
2024-12-10 12:44:34 +01:00 |
BoardDisplay.java
|
Added kontextText variations.
|
2024-12-14 17:26:46 +01:00 |
GameBoard.java
|
Added kontextText variations.
|
2024-12-14 17:26:46 +01:00 |
GameController.java
|
set player names
|
2024-12-15 12:40:12 +01:00 |
HalloSchiffeVersenken.java
|
Merge remote-tracking branch 'origin/lucasjoshua' into ole
|
2024-11-26 14:56:19 +01:00 |
HitResponse.java
|
add coin flip and turn logic
|
2024-12-03 12:11:06 +01:00 |
HitResponseType.java
|
fix some player stuff
|
2024-11-12 15:18:16 +01:00 |
HumanPlayer.java
|
fix: remove board size from constructor
|
2024-11-30 18:28:05 +01:00 |
JoinGame.java
|
Added comments (Javadoc etc.) to most GUI classes und deleted old code and comments etc. (in general cleanup)
|
2024-12-12 17:19:35 +01:00 |
LocalPlayer.java
|
add coin flip and turn logic
|
2024-12-03 12:11:06 +01:00 |
MainFrame.java
|
Added (currently not working) ship rotation method, colored Ready and Reset button, added (currently not working) Player name Labels etc. to GameBoard
|
2024-12-13 20:46:38 +01:00 |
MainMenuController.java
|
Implemented CardLayout into startMultiplayerGame, startLocalGame, MainMenuView. Implemented MainFrame.
|
2024-11-19 16:25:52 +01:00 |
MainMenuModel.java
|
MainMenu aufgeteilt nach Model View Controller Prinzip
|
2024-11-05 15:51:21 +01:00 |
MainMenuView.java
|
Klasse fuer verbinden Panel erstellt(extrem grobes Beispiel) und Panel Weiterleitung eingefuegt
|
2024-12-02 19:04:34 +01:00 |
MultiMenuController.java
|
Erste Anpassungen an Multiplayermenu (sehr grob)
|
2024-11-18 18:20:48 +01:00 |
MultiMenuModel.java
|
Erstellen von MVC für MultiPlayerMenu, anpassen von Controller und View des MainMenu.
|
2024-11-14 13:26:37 +01:00 |
MultiMenuView.java
|
Erste Anpassungen an Multiplayermenu (sehr grob)
|
2024-11-18 18:20:48 +01:00 |
OnlinePlayer.java
|
fix online game start
|
2024-12-13 17:26:18 +01:00 |
OnlinePlayer_1_1_0.java
|
fix online game start
|
2024-12-13 17:26:18 +01:00 |
Player.java
|
set player names
|
2024-12-15 12:40:12 +01:00 |
Point.java
|
fix ship placing :)
|
2024-12-13 19:12:26 +01:00 |
Ship.java
|
Button ausschalten wenn Schiff gesetzt wurde, nicht komplett richtige Funktion
|
2024-12-13 20:30:15 +01:00 |
ShipButton.java
|
Added (currently not working) ship rotation method, colored Ready and Reset button, added (currently not working) Player name Labels etc. to GameBoard
|
2024-12-13 20:46:38 +01:00 |
SocketPackage.java
|
avoid nulls
|
2024-11-30 14:13:01 +01:00 |
SoundHandler.java
|
kill the zombies
|
2024-12-10 14:42:15 +01:00 |
SpecificAiPlayerEasy.java
|
fix: remove board size from constructor
|
2024-11-30 18:28:05 +01:00 |
SpecificAiPlayerHard.java
|
fix: remove board size from constructor
|
2024-11-30 18:28:05 +01:00 |
SpecificAiPlayerMedium.java
|
set player names
|
2024-12-15 12:40:12 +01:00 |
Verbinden.java
|
Added comments (Javadoc etc.) to most GUI classes und deleted old code and comments etc. (in general cleanup)
|
2024-12-12 17:19:35 +01:00 |
coinToss.java
|
Implemented coinToss(still incomplete)
|
2024-11-26 14:13:14 +01:00 |
startLocalGame.java
|
Added comments (Javadoc etc.) to most GUI classes und deleted old code and comments etc. (in general cleanup)
|
2024-12-12 17:19:35 +01:00 |
startLocalGameLoadingScreen.java
|
Player names will now be passed correctly between classes. Added lots of comments in startLocalGame, startLocalGameLoadingScreen, startMultiplayerGame and JoinGame.
|
2024-12-10 17:26:27 +01:00 |
startMultiplayerGame.java
|
Added comments (Javadoc etc.) to most GUI classes und deleted old code and comments etc. (in general cleanup)
|
2024-12-12 17:19:35 +01:00 |