/2048

Principles of programming languages assignment

Primary LanguageC++MIT LicenseMIT

2048

C++ implementation of the 2048 game


Build Requirements

gcc and GNU-make are required to build the project

Installation command for Debian/Ubuntu

$ sudo apt install gcc make

Install

Get code using the following commands

cd ~
git clone https://github.com/SmiteshP/2048.git
cd 2048

Build the project using

make

Run the code using

make run

Authors