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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tmp1u19
Mathdoku
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Apr
26
25
12
5
12
Mar
29
Feb
28
26
24
The hint option ca now be accessed for boards equal or lower than 5x5
master
master
Add the hint functionality and the solver of the board
Solver which solves mathdoku boards up until 5x5
Comment everything
Add Solver to the board
Animation implemented: cells change colors randomly
Delete Main.java
The game can now be accessed and played by the rules showed in the menu.
Create README file to present information about the project.
Delete Mathdoku.java
Class that keeps the alerts, scenes that have to appear whwnever an action occurs.
Class that is in charge of all the functionalities of the game, inclusive drawing.
Cell class which defines a cell in the grid of the game.
Class which creates the scene of the game
Main function which will make the application Thread work
Delete .README.swp
Memorise values from cells with an event handler
Make possible the insertion of text into the cells. Create a new inner class called Cell to represent each cell.
Create the board with a GridPane, don't let stage go lower than 500x500 for the game to be actually played;
README file to describe the aim of the project and its functionality
Build a GUI without functionality, only the buttons are displayed and the space fort the graphics is created.
Add README file describing the purpose of the project
Loading