Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Abdi Danny 2019 ZHAC232 100938755 FINAL YEAR PROJECT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Abdi Danny (2019) ZHAC232
Abdi Danny 2019 ZHAC232 100938755 FINAL YEAR PROJECT
Commits
d53d2a20d7a60443fef7c91d0f6fd144e2b99a07
Select Git revision
Branches
1
main
default
protected
Tags
1
v2.0
2 results
PROJECT
Author
Search by author
Any Author
authors
Abdi Danny (2019) ZHAC232
zhac232
Administrator
root
Ahmad Bilal (2023) PLEE004
plee004
Albrecht Martin UAAI007
uaai007
Arno Jed 2018 ZFAC230
zfac230
Barreiro Nuno UAAC017
nuno.barreiro
Bradley Felix (2021) PKAC123
pkac123
Cohen D UHAC017
uhac017
Colombo Nicolo UGQM002
ugqm002
Darbari Vasudha UMAC215
umac215
Dash Santanu UBAI002
ubai002
Deligkas Argyrios UHAC205
uhac205
De Vera Erjill TJYX061
tjyx061
Dexiades Christos UMAC221
umac221
Eiben Eduard UHAC203
uhac203
Feng Xu TMAC027
tmac027
Ferreira Ruiz Francisco UKAC107
ukac107
Fontana Matteo UMAC213
umac213
Franco Aixela Santiago UGAC002
ugac002
Goldsmith Tiger-Lily THYA045
thya045
20 authors
Apr 04, 2024
slight changes to accomodate minmax
· d53d2a20
DannyAbdi
authored
1 year ago
d53d2a20
made small changes to accomodate minmax code
· 1bf7ea14
DannyAbdi
authored
1 year ago
1bf7ea14
Implemented minmax algorithm for multi-agent navigation
· 02d08804
DannyAbdi
authored
1 year ago
02d08804
added image to represent enemy agents
· 288e40ff
DannyAbdi
authored
1 year ago
288e40ff
cleaned code. removed some repeated lines/functions
· 1f8c09d3
DannyAbdi
authored
1 year ago
1f8c09d3
Created basic game logic
· 2f52cd3e
DannyAbdi
authored
1 year ago
2f52cd3e
Created enemy class to represent enemy agents in the maze
· 0a6bfc83
DannyAbdi
authored
1 year ago
0a6bfc83
Apr 03, 2024
made small changes to documentation
· af00288d
DannyAbdi
authored
1 year ago
af00288d
added documentation to aStar class
· 5a796b69
DannyAbdi
authored
1 year ago
5a796b69
changed main to run new code
· 05c4da65
DannyAbdi
authored
1 year ago
05c4da65
added new functions to both classes for A* implementation
· a09e7978
DannyAbdi
authored
1 year ago
a09e7978
changed mazes to accomodate A* algorithm
· 0a196392
DannyAbdi
authored
1 year ago
0a196392
Implemented A* algorithm for agent to touch all 4 corners of maze
· d6f334d9
DannyAbdi
authored
1 year ago
d6f334d9
changed main to run dijkstra's algorithm
· 48c4fa4c
DannyAbdi
authored
1 year ago
48c4fa4c
tweaked code to accomodate changes for cost function
· f77115a3
DannyAbdi
authored
1 year ago
f77115a3
implemented dijkstra's algorithm for maze navigation
· 56cfe899
DannyAbdi
authored
1 year ago
56cfe899
Merge branch 'setup'
· 33a3afa9
DannyAbdi
authored
1 year ago
33a3afa9
Changed mazes to better suit the game concept
· dd83a4aa
DannyAbdi
authored
1 year ago
dd83a4aa
Mar 31, 2024
added to gitignore
· 11f11ac4
DannyAbdi
authored
1 year ago
11f11ac4
added functionality to player agent movement
· 504c4e71
DannyAbdi
authored
1 year ago
504c4e71
draws player on screen
· ab75e5e3
DannyAbdi
authored
1 year ago
ab75e5e3
Merge branch 'button'
· a3782731
DannyAbdi
authored
1 year ago
a3782731
added button functionality
· 79876bb8
DannyAbdi
authored
1 year ago
79876bb8
Merge branch 'setup'
· 80132ea1
DannyAbdi
authored
1 year ago
80132ea1
added walls
· 5b961249
DannyAbdi
authored
1 year ago
5b961249
setup for buttons and maze visualisation
· 2ce5ef22
DannyAbdi
authored
1 year ago
2ce5ef22
agent and goal state representation
· e7b2640f
DannyAbdi
authored
1 year ago
e7b2640f
buttons for user selection
· 465fb2d9
DannyAbdi
authored
1 year ago
465fb2d9
added dfs functionality for agent pathing
· 8e33999c
DannyAbdi
authored
1 year ago
8e33999c
tweaked main and maze to accommodate new code
· 48ba64f8
DannyAbdi
authored
1 year ago
48ba64f8
added bfs functionality for agent pathing
· 0d748803
DannyAbdi
authored
1 year ago
0d748803
Nov 13, 2023
Fixed gitignore
· 34b58454
DannyAbdi
authored
1 year ago
34b58454
Changed font and added temporary agent pixelart
· 60357de3
DannyAbdi
authored
1 year ago
60357de3
Created basic maze visualization
· d8266e05
DannyAbdi
authored
1 year ago
d8266e05
Changed font
· 7abc6784
DannyAbdi
authored
1 year ago
7abc6784
updated gitignore
· 55048dc2
DannyAbdi
authored
1 year ago
55048dc2
Created blank game instance with basic settings initialised
· 8e9aee21
DannyAbdi
authored
1 year ago
8e9aee21
Loading