# Students

- Responsible of the codes: <student1>
- Responsible of the documentation: <student2>
- Responsible of the unit tests: <student3>



# Players

*Please write here a few lines on the players you wrote.*
*Precise which choices you made, and why.*
*If you chose to create some functions, which ones and why?*
*What is the complexity of these functions?*
*Did you use defensive programming? if so, where and how?*

<write here>



# Games

*Please write here a few lines on the game scripts you created.*
*What are they made for?*
*Did you change some game parameters? If so, which ones and why?*

<write here>



# Unit tests

*Please write here a few lines on the tests you designed.*
*What are they testing?*
*Do you test some error use cases?*
*Are there some missing tests you would have liked to make?*

<write here>



# Utils

*Did you provide anything in the `utils` directory?*
*What are those files?*

<write here>



# Documentation

*Anything to say regarding the documentation?*

<write here>



# Others

*If you had to answer particular questions in the practical session, write your answers here*
*Did you make some interesting analyses?*
*Does your code have particular dependencies we should install ?*
*Anything else to add?*

<write here>