NazirMuhammadZafarIqbal / maze_runners

Our project is going to be a 2D game about the labyrinth. Each of the levels is going to be randomly generated and the player has to find the way out of it. At the start of the game, there is going to be a menu where you can exit or start the game. The platform we chose is PC. Keyboard controls are used to play the game and there is an award for finishing the game within a time limit.
0 stars 0 forks source link

Implement "cppcheck" extra tool #6

Closed Farkas-Martin closed 2 years ago

Farkas-Martin commented 2 years ago

Cppcheck is a Static analyzer tool attachable to the CI pipeline and is required by the course, by configuring it it will fulfill one of the two requirements.

Farkas-Martin commented 2 years ago

Issue partially dealt with, further improvements possible regarding to file output location and build error. Issue can be reopened later on if no other important issues are present.