Game.py divide in different files
I create different file to manage each action in game.py in order to reduce the size of this file and because it's more easy to find what we want.
Edited by PRATS Tommy
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
I create different file to manage each action in game.py in order to reduce the size of this file and because it's more easy to find what we want.