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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
78ab1dea4268c8d2ef8734e471d42e584f2bfd57
Select Git revision
Branches
1
main
default
protected
Tags
1
v2.0
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
5
Apr
4
3
31
Mar
13
Nov
20
Sep
Update README.md
main
main
Update README.md
Update README.md
Merge branch 'master' into 'main'
fixed test bugs
fixed test bugs
Merge branch 'master' into 'main'
combined testing and classes folders
Merge branch 'master' into 'main'
Tidying code
Organised classes and images into folders
removing deleted files
Merge branch 'master' into 'main'
v2.0
v2.0
Merge branch 'testing'
Created test class for Expectimax class
Created test class for aStar class
Created test class for minmax class
reformated code
Test class for dijkstra class
Created test class for bfs class
Created test class for dfs class
Test class for game class
Created test class for Enemy class
reformated code
Created test class for button class
Created test class for maze class
Created test class for PlayerController class
Created test class for Player class
added documentation to is_valid_position function
fixed a bug that caused an attribute error when trying to draw the maze
Implemented expectimax algorithm
Modified minmax algorithm to incorporate alpha beta pruning
slight changes to accomodate minmax
made small changes to accomodate minmax code
Implemented minmax algorithm for multi-agent navigation
added image to represent enemy agents
cleaned code. removed some repeated lines/functions
Created basic game logic
Created enemy class to represent enemy agents in the maze
made small changes to documentation
Loading