So I was asked to do a quick 2048 game with C++ but using only stuff like arrays, structures, functions, pointers without using vectors, lambda and so on. The restrictions are here because it’s just a study exercise (or homework I should say). I might comment out the following code if needed. This is whatRead more