A simple console version of 2048. It does not record the score (may add this in later) and does not stop when reaching 2048 as it should be possible to go further.
To run game yourself:
To Compile
javac -d . *.java
To Run
java com.twentyfortyeight.TwentyFortyEight
This project is licensed under the MIT License - see the LICENSE file for details