Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
COMP90054
Public template
0 stars 1 fork
View code
Assignment 3: Azul Project
You must read fully and carefully the assignment specification and instructions detailed in this
file. You are NOT to modify this file in any way.
Course Weight: 35% total, comprising 5% (preliminary competition) + 10% (final
competition) + 5% (video) + 15% (Wiki)
Assignment type:: Groups of 3 (not 2 or 4!)
Learning outcomes covered: 1-5
Star Watch
Code Issues Pull requests Actions Projects Wiki Security Ins
master
guanghuhappysf128
…
last week
README.md
The purpose of this project is to implement an autonomous agent that can play the game Azul
and compete in the UoM COMP90054-2023 Azul competition:
Please read carefully the rules of the Azul game. Azul can be understood as a deterministic,
two-player game. Understanding the results and different strategies is important for designing
a good agent for this project. Additional technical information on the contest project and how to
get started can be found in file azul.md.
Table of contents
1. Your tasks
Important basic rules
2. Deliverables and submission
Preliminary submission (Monday week 10)
Wiki and Final submission (Monday week 12)
Video (Wednesday week 12)
Self reflection (Thursday week 12)
3. Pre-contest feedback tournaments
4. Marking criteria
5. Important information
How to create the Wiki
Corrections
Late submissions & extensions
About this repo
Academic Dishonesty
6. COMP90054 Code of Honour & Fair Play
7. Conclusion
Acknowledgements
1. Your tasks
Your first task is to get into a team, add all team members to the team repository, and register
your team's details on the Project Contest Team Registration Form
Your second task is to get familiar with the code by developing an simple agent based on any
one of the techniques listed below. This is an individual task. By completing this task, your
teams should be able to have 3 or 4 decent agents to play with each other. In addition, each
team member should understand more about the game and code.