Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mathdoku
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tmp1u19
Mathdoku
Commits
Commits · be4cb1b304fc8864185daf4c061959e5e12d13cc
be4cb1b304fc8864185daf4c061959e5e12d13cc
Select Git revision
2 results
Searching
mathdoku
Author
Search by author
Any Author
authors
tmp1u19
tmp1u19
1 author
Browse files
Apr 26, 2020
Solver which solves mathdoku boards up until 5x5
· be4cb1b3
tmp1u19
authored
Apr 26, 2020
be4cb1b3
Comment everything
· d2689e86
tmp1u19
authored
Apr 26, 2020
d2689e86
Apr 25, 2020
Add Solver to the board
· 3d12e9df
tmp1u19
authored
Apr 25, 2020
3d12e9df
Apr 12, 2020
Animation implemented: cells change colors randomly
· 276b3df9
tmp1u19
authored
Apr 12, 2020
276b3df9
Apr 05, 2020
Delete Main.java
· 8b19e154
tmp1u19
authored
Apr 5, 2020
8b19e154
The game can now be accessed and played by the rules showed in the menu.
· ca6190de
tmp1u19
authored
Apr 5, 2020
ca6190de
Mar 12, 2020
Create README file to present information about the project.
· deb5e70d
tmp1u19
authored
Mar 12, 2020
deb5e70d
Delete Mathdoku.java
· 07248f35
tmp1u19
authored
Mar 12, 2020
07248f35
Class that keeps the alerts, scenes that have to appear whwnever an action occurs.
· 8443e4d9
tmp1u19
authored
Mar 12, 2020
8443e4d9
Class that is in charge of all the functionalities of the game, inclusive drawing.
· ec122b2c
tmp1u19
authored
Mar 12, 2020
ec122b2c
Cell class which defines a cell in the grid of the game.
· 4ef9760f
tmp1u19
authored
Mar 12, 2020
4ef9760f
Class which creates the scene of the game
· fb21531b
tmp1u19
authored
Mar 12, 2020
fb21531b
Main function which will make the application Thread work
· 87a5cd0f
tmp1u19
authored
Mar 12, 2020
87a5cd0f
Delete .README.swp
· a2afd9a0
tmp1u19
authored
Mar 12, 2020
a2afd9a0
Feb 29, 2020
Memorise values from cells with an event handler
· cc87648b
tmp1u19
authored
Feb 29, 2020
cc87648b
Feb 28, 2020
Make possible the insertion of text into the cells. Create a new inner class...
· eb1d03b8
tmp1u19
authored
Feb 28, 2020
eb1d03b8
Feb 26, 2020
Create the board with a GridPane, don't let stage go lower than 500x500 for...
· a3117d54
tmp1u19
authored
Feb 26, 2020
a3117d54
Feb 24, 2020
README file to describe the aim of the project and its functionality
· b4cda91a
tmp1u19
authored
Feb 24, 2020
b4cda91a
Build a GUI without functionality, only the buttons are displayed and the...
· 96eee8ab
tmp1u19
authored
Feb 24, 2020
96eee8ab
Add README file describing the purpose of the project
· 23da8ee9
tmp1u19
authored
Feb 24, 2020
23da8ee9
Loading