Skip to content
/ 2048 Public

Principles of programming languages assignment

License

Notifications You must be signed in to change notification settings

SmiteshP/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published