This is my final project for Introduction to Programming Practicum course @ Faculty of Mathematics and Informatics, Sofia University - remake of the clasical game 2048 with new levels.
- Written in C++
- Stupidly easy to play
- Works on Mac and (hopefully) Windows
- Make sure gcc is installed
- Open Terminal and copy the following code:
git clone https://github.com/KostadinRusalov/2048.git
cd 2048/code
g++ *.cpp -o 2048
./2048
1. start game
2. leaderboard
3. quit
The game asks you to choose a nickname and dimension. This version of 2048 supports from a 4x4 to a 10x10 board. If you beat someone's score, you enter the Top 5 in the leaderboard!
You can check the high scores of each board to see if you are good enough to win.
Only allowed if you have to study for DIS.
w // move up
a // move left
d // move right
s // move down
q // quit the round