Skip to content

rabernethy/2048-Game

Repository files navigation

Terminal 2048

Requirements:

  • Homebrew:

user@derek:~$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • GNU C Compiler:

user@derek:~$ brew install gcc
  • Ncurses:

user@derek:~$ brew install ncurses
  • Git:

user@derek:~$ brew install git

How to download:

user@derek:~$ git clone https://github.com/rabernethy/2048-Game.git

How to run:

user@derek:~$ make run