Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tic-Tac-Toe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Till Hendrik Schroven
Tic-Tac-Toe
Graph
f270ee208f657ffbf1be7fd4d4de3bebb4b4f011
Select Git revision
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jan
5
4
3
2
30
Dec
27
18
15
Merge branch 'dev' into 'main'
main
main
Kommentare wurden erstellt.
dev
dev
added disableallButtons function
made currentPlayerLabel bigger
Merge branch 'dev' into 'main'
Adding the function to show th winner of the round played
added Label for player wins and better position
fixed checkForWinner()
added MatchState Enum
changed variable names
fixed wrong current Player Display
added Restart Button
removed unused Class AnzeigenweranderReihe.java
changed Javadoc
removed unused return value method
removed unused method
punktezähler
I don`t know. Zähler gemacht.
made currentPlayerLabel bigger
fixed cleanup
currentPlayerLabel von Ward
Ward: Current Player Display
Adding the intitializeBoard function with its description
model wurde mit controller verbunden
fixed cleanup function
moved files into view Package
added GameState Class and methods for checking if the Game is over
added Enum with the Symbols X, O, EMPTY for the State of the Cells
added Interface for GameState (IGameState)
Merge remote-tracking branch 'origin/dev' into dev
fixed cleanup function
disabled button behaviour after clicking once and removed unnecessary code from the css file
added comments for MainController.java
added GUI Element with functioning buttons and cleanup() function
gave id for the items
added example images and first build for JavaFX
folder structure correctly
fixed cleanup function
disabled button behaviour after clicking once and removed unnecessary code from the css file
added comments for MainController.java
Loading