- C++ compiler (e.g.
g++
) - Platform Support:
- Linux
- MacOS
- Windows
Open your terminal and clone this project:
git clone https://github.com/anurag1504t/Game-2048.git
Enter the project directory:
cd Game-2048
Build the executable
g++ game.cpp -o game
Run executable
./game