This is a simple clone of popular mobile game 2048. It has been made as a collage project for Programming in Graphical Environment classes at Warsaw University of Technology. It utilizes C++ language and Windows API.
- Game window is mirrored (this includes window content as well as movement)
- When two windows come into contact one of them becomes semi-transparent
- Movement using w, a, s, d keys
- Seletion of goal value (8, 16, 64, 2048)
- Saving and loading game state
- Tile animations
- Message window appears after game has ended