# Students

- Student 1: <student1>
- Student 2: <student2>
- Student 3: <student3>

- Campus: <campus>
- Group: <group>



# Tournament entry

*Attention!*
*To set your team name, we will use the name of the archive you submit."*
*To set your player's name, you have to provide it in the constructor of your player as follows: `super().__init__(name="Your name here", *args, **kwargs)`.*
*Your player will be instantiated without any argument.*
*Make sure to test that your program works as expected using the provided `tournament.ipynb` script on the course website!*



# Others

*Any particular indications to make your program work?*
*Do you need specific libraries?*

<write here>