Commit graph

22 commits

Author SHA1 Message Date
Dorian Zedler 8fb61a6173 minor fixes and improvements 2020-03-04 14:19:37 +01:00
Dorian Zedler 7235dc86d5 created new look for GameBoard 2020-02-25 20:07:18 +01:00
Dorian Zedler 0c972d335c Added some checks to the server to enshure that moves of the client are legal 2020-02-25 15:34:07 +01:00
Dorian Zedler 5a136f4c9b added reset function 2020-02-25 11:29:23 +01:00
Dorian Zedler 16a6d49c77 - cleaned up networking stuff
- added a state machine to the game
- added a status label
2020-02-25 11:24:29 +01:00
oliver 8ae82e9f9a added new controllbuttons, still no functionality 2020-02-25 10:44:24 +01:00
Dorian Zedler b36b0f549f - changed the player approach a bit (using a listener now)
- implemented basic networking (caution, still buggy!)
2020-02-25 02:10:57 +01:00
Dorian Zedler c9557aa24a - implemented a whole new approach to player handlig 2020-02-24 22:54:37 +01:00
oliver de3543513f added everytime player change 2020-02-24 16:12:02 +01:00
Dorian Zedler abd2cf6e86 - added dynamic scaling for GameBoard and ButtonRow
- added handling for button press in ButtonRow
2020-02-22 10:40:38 +01:00
Dorian Zedler acb0c067c7 fixed scaling issues with GameBoard and ButtonRow 2020-02-22 09:29:52 +01:00
oliver b3a02801db added Buttons 2020-02-21 15:48:56 +01:00
Dorian Zedler f4098bf044 Finished up board and winning check 2020-02-17 16:55:21 +01:00
Dorian Zedler c3f5f04dbd added some comments, forcing aspect ratio now 2020-02-16 19:46:57 +01:00
Dorian Zedler 6f4d3eb6ef - added plate container
- changed approach of plate
2020-02-14 19:21:49 +01:00
Dorian Zedler 5b09d30d9a added LICENSE 2020-02-13 19:46:00 +01:00
Dorian Zedler 82a7e690cd added a method to insert plates into a specific column 2020-02-13 19:24:32 +01:00
oliver 08440f45dd removed unused variables and methods, added window title 2020-02-12 15:30:59 +01:00
oliver e8f533bb99 moved gamefield and wining conditions to Gameboard 2020-02-12 15:01:51 +01:00
oliver fe3619d3e2 added simple gridlayout and added winning Conditions 2020-02-11 21:48:29 +01:00
Dorian Zedler 672ba733e5 created a simple plate 2020-02-05 15:29:52 +01:00
Dorian Zedler 3622d03612 added some basic classes 2020-02-05 15:01:40 +01:00