### Récupérer toutes les games GET http://localhost/index.php/game ### Récupérer la game avec id 3
GET http://localhost/index.php/game/3
### Récupérer toutes les games publiques GET http://localhost/index.php/game/public
### Ouverture d'une game POST http://localhost/index.php/game {
"is_private": "0"
}