Skip to main content

All Questions

Tagged with
6 votes
1 answer
4k views

2048 console game implementation

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 ...
Glitch's user avatar
  • 217