SmiteshP / 2048

Principles of programming languages assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Principles of programming languages assignment

License:MIT License


Languages

Language:C++ 95.4%Language:Makefile 4.6%