Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 155 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 155 Bytes

2048

Command Line Implementation of 2048 Game

Compile with:

clang++ -Wall -Wextra 2048.cpp score_file.cpp board.cpp game.cpp

And then enter:

./a.out