anurag1504t / Game-2048

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-2048

Requirements

  • C++ compiler (e.g. g++)
  • Platform Support:
    • Linux
    • MacOS
    • Windows

Installation

Open your terminal and clone this project:

git clone https://github.com/anurag1504t/Game-2048.git

Enter the project directory:

cd Game-2048

Building with g++ Compiler

Build the executable

g++ game.cpp -o game

Run executable

./game

About


Languages

Language:C++ 100.0%