Skip to content

Fonctionnality 1 : game grid representation

Delavaud Paul-Emile requested to merge PE into main

Game grid is now implemented in the file grid_2048.py, with an initialization function and other functions allowing to modifiy it. The code is fully tested in the file test_grid_2048.py, allowing us to reach the following coverage :

MODULE STATEMENTS MISSING EXCLUDED COVERAGE grid_2048.py 39 0 0 100% test_grid.py 38 0 0 100% Total 77 0 0 100%

Merge request reports

Loading