Skip to content
Snippets Groups Projects
Commit 5e6cb9a7 authored by jan-schw's avatar jan-schw
Browse files

Merge

parent c6a7cb95
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
......@@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -10,7 +10,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