• Joined on 2024-10-08
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-10 16:27:04 +00:00
6f9f5c5063 Merge remote-tracking branch 'origin/lucasjoshua' into lucasjoshua
bb61a68f24 Player names will now be passed correctly between classes. Added lots of comments in startLocalGame, startLocalGameLoadingScreen, startMultiplayerGame and JoinGame.
Compare 2 commits »
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-10 12:49:12 +00:00
3b6ffeb82d JoinGame and related functions should now work properly
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-10 11:50:38 +00:00
f151a89ea4 Added function to JoinGame.
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-10 11:36:49 +00:00
7a9b70c271 Started making changes to JoinGame etc.
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-04 10:51:17 +00:00
15ff3034d3 Added Comments to MainFrame,
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-03 15:42:50 +00:00
7ee0f9c097 Added AI difficulties, and updated methods to cycle between them correctly
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-03 14:33:33 +00:00
48bc601a0d Added BoardDisplay, startet connecting FrontEnd/BackAnd.
f20896566c Merge pull request 'game-controller-adjustments' (#11) from game-controller-adjustments into main
d9baeec957 make all methods static, add player name to start game method params
f166200499 add static main frame
2c84e02261 Merge pull request 'Network and Frontend' (#10) from ole into main
Compare 43 commits »
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-12-03 11:23:57 +00:00
772f2d45c6 Added Backbutton function to GameBoard
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-26 16:15:39 +00:00
2274a1e558 Created GameBoard.
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-26 13:14:50 +00:00
1fc1abee3a Merge remote-tracking branch 'origin/lucasjoshua' into lucasjoshua
3d557361ee Implemented coinToss(still incomplete)
737e485773 Implemented coinToss(still incomplete)
Compare 3 commits »
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-19 16:09:21 +00:00
6ef3b38dd5 Implemented CardLayout into startMultiplayerGame, startLocalGame, MainMenuView. Implemented MainFrame.
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-19 15:26:07 +00:00
8069315c15 Implemented CardLayout into startMultiplayerGame, startLocalGame, MainMenuView. Implemented MainFrame.
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-19 13:24:24 +00:00
607004a3b3 Added test classes for CardLayout and GameBoard.java
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-16 14:27:08 +00:00
f7326a57d9 Added coinToss.java, first attempts integrating cardlayout in startLocalGame.java and startMultiplayerGame.java
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-15 17:21:33 +00:00
fe942ab660 Continued work on startLocalGame and started work startMultiplayerGame
15d5a67c38 Continued work on startLocalGame and started work startMultiplayerGame
Compare 2 commits »
joshi pushed to lucasjoshua at HSH/programmieren-projekt 2024-11-15 15:26:48 +00:00
016ef2a317 Test
joshi pushed to Kronjuwild at HSH/programmieren-projekt 2024-11-14 17:02:12 +00:00
95a9efa772 Seperated code (comments)
joshi created pull request HSH/programmieren-projekt#6 2024-11-14 16:18:57 +00:00
Kronjuwild
joshi pushed to Kronjuwild at HSH/programmieren-projekt 2024-11-14 16:17:57 +00:00
c8528a6b58 Merge remote-tracking branch 'origin/main' into Kronjuwild
edfa942830 Merge remote-tracking branch 'origin/lucas' into Kronjuwild
23315ffdb1 added 3 graphics
5f6d5b426d Erstellen von MVC für MultiPlayerMenu, anpassen von Controller und View des MainMenu.
2e8d2f5465 Merge pull request 'add Sound in to Thread' (#5) from ole into main
Compare 16 commits »
joshi pushed to Kronjuwild at HSH/programmieren-projekt 2024-11-05 16:53:38 +00:00
238f5b7f2c Continued development of class "startLocalGame"