avcode-exe / ENGG1340-Group-19-Project

HKU ENGG1340 (2023 - 2024) course Group 19 Project
1 stars 0 forks source link

Use struct in mazeGame.cpp to improve code readability #1

Closed Phire-1 closed 7 months ago

Phire-1 commented 8 months ago

Current implementation passes quite a lot of arguments (7 of them). It would be better to pack these into a struct.

Phire-1 commented 7 months ago

closed due to low importance