Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 219 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 219 Bytes
2048 Game in C++ (Win32 Console application)

Popular game in C++ implementation. Use keys 'w','a','s','d' to move tiles. Press '.' to exit.

Build using Visual Studio.

Simple unit tests are in 2048Tests project.