Skip to content
Snippets Groups Projects
Commit ed023d2d authored by Marc Daginnus's avatar Marc Daginnus
Browse files

TicTacToe feld erstellen

parent bd8dd5bb
No related branches found
No related tags found
3 merge requests!6Add final version of the game to main branch,!4Merge TicTacToc basics into develop,!3Draft: Basic tic tac toe
......@@ -8,7 +8,7 @@ public class TicTacToeFX extends Application {
@Override
public void start(Stage primaryStage) {
// Erstelle das GridPane für das Spielfeld
// Erstelle das das Spielfeld
GridPane grid = new GridPane();
// 3x3 Buttons hinzufügen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment