matthewrcheng / 2048AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-2048

This is a recreation of the popular game, 2048.

Basic run instructions:

cd src
javac game2048/Game2048.java
java game2048/Game2048

The game also has multiple run modes. After compiling, adding a command line argument can activate these settings.

To autorun smart mode:

java game2048/Game2048 Smart

To autorun random mode:

java game2048/Game2048 Random

If the argument is not recognized, the game will default to manual mode.

About

License:Apache License 2.0


Languages

Language:Java 100.0%