Skip to content
Snippets Groups Projects
Commit 18a96310 authored by Kilian Lindt's avatar Kilian Lindt
Browse files

comment cleanup

parent 79b4a3a1
No related branches found
No related tags found
1 merge request!6Add final version of the game to main branch
......@@ -10,7 +10,7 @@ public class TicTacToeFX extends Application {
@Override
public void start(Stage primaryStage) {
// Erstelle das das Spielfeld
// Erstelle 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