Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MazeProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Harry Christensen (hac178)
MazeProject
Commits
c6640adbf12109d717cf212588e6c750fc9a6249
Select Git revision
Branches
1
master
default
protected
1 result
MazeProject
Author
Search by author
Any Author
authors
Harry Christensen (hac178)
hac178
1 author
Jan 11, 2022
Fixed neighbour cell addition
· c6640adb
Hari
authored
3 years ago
c6640adb
Added visited attribute and set/get functions for it
· e72eb92c
Hari
authored
3 years ago
e72eb92c
Starting maze solver class
· a98bcb54
Hari
authored
3 years ago
a98bcb54
Added list of cell neighbours and get neighbour function
· ce27b94e
Hari
authored
3 years ago
ce27b94e
Increased sizes of maze 50 and 75. Can no longer fullscreen maze frame
· 8331bc01
Hari
authored
3 years ago
8331bc01
Set 3rd size option to 75 from 100. Size the border size of 50 and 75 to 1. 25 to 3
· fbadbfa6
Hari
authored
3 years ago
fbadbfa6
MazeView now properly display cells with different walls
· 49176fdd
Hari
authored
3 years ago
49176fdd
Jan 10, 2022
Now displays walls as image borders rather than seperate image
· 70ffcf49
Hari
authored
3 years ago
70ffcf49
Now displays maze square images
· a242ed44
Hari
authored
3 years ago
a242ed44
Now displays images in maze frame of size of maze.
· 1dc3f1ef
Hari
authored
3 years ago
1dc3f1ef
Jan 09, 2022
Now displays images in maze frame of size of maze.
· 2aa4ca15
Hari
authored
3 years ago
2aa4ca15
Jan 06, 2022
Notify Observers function created
· ef7fd928
Hari
authored
3 years ago
ef7fd928
Added function that is called when a new maze is created or removed
· 79e1c0ca
Hari
authored
3 years ago
79e1c0ca
Added interfaces to relay info about maze
· 773893a6
Hari
authored
3 years ago
773893a6
ViewPanel buttons now open MazeViewPanel
· 3d3bba21
Hari
authored
3 years ago
3d3bba21
Function to create a button in ViewPanel to improve code reusability
· ac136f9e
Hari
authored
3 years ago
ac136f9e
Maze creation tested. Fixed bug where cell wasn't storing location
· 2f4b952c
Hari
authored
3 years ago
2f4b952c
Jan 05, 2022
Increased button size and added title
· 238142dd
Hari
authored
3 years ago
238142dd
Added 3 buttons to select Maze Size
· aeea364a
Hari
authored
3 years ago
aeea364a
Created Frames and Panels to show maze
· 47ae444f
Hari
authored
3 years ago
47ae444f
removeWall() edited
· 4f7d6c20
Hari
authored
3 years ago
4f7d6c20
Created cell and maze classes
· 13a3f03b
Hari
authored
3 years ago
13a3f03b
init commit
· fe753470
Hari
authored
3 years ago
fe753470
Loading