szetyng / 2048

Implementing 2048 in C++ for Introduction to Computing in EEE Year One.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048

Simple implementation of the 2048 game in C++ where the game only generates 2 (original game randomly generates either a 2 or a 4) on each move.

An external file can be provided to the game to load an initial configuration of the board. If an invalid file name has been provided, the default start configuration will be used.

About

Implementing 2048 in C++ for Introduction to Computing in EEE Year One.


Languages

Language:C++ 100.0%