NEW FEATURE: Create a file to save configuration of the game
A new branch for the config file and less indentation inside function who catch parameter write by player. A template of config.yml is necessary but it's done for the moment
Merge request reports
Activity
requested review from @fbouchez
assigned to @fbouchez
added 1 commit
- 7d24b4db - Not creating a config object but instead doing all in static methods so
added 26 commits
-
7d24b4db...9e74ba54 - 22 commits from branch
dev/testing
- 9138a83a - Linting on 05_stairs/main.c + comment on #define explaining the fix.
- 32aa66d4 - Merge branch 'dev/testing' of gitlab.inria.fr:CORSE/agdbentures into dev/testing
- 85000d9c - Added test file for config, WIP
- 46f8d05a - Merge branch 'dev/testing' into dev/tommy/config.yml
Toggle commit list-
7d24b4db...9e74ba54 - 22 commits from branch
@tprats j'ai un peu touché au code, regarde mon dernier commit sur ta branche. En particulier il faut bien rester en méthodes statiques sans créer d'objet `config' sinon on devrait se le trimbaler partout en argument de toutes les fonctions d'Agdbentures.
TODO: j'ai créé un fichier de test presque vide à compléter pour les tests unitaires de la config, dans
lib/tests/manual/test_config.py
.added 1 commit
- 51f0793e - add test for correct and incorect value for all parameter we have
unassigned @fbouchez
added enhancement label