nmakes / 2048

2048 in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048

A Java-based clone of 2048 with a couple extra features. ###Compile javac GameGUI.java

To use an AI, also compile:

javac AI.java

###Play java GameGUI

Use arrow keys to move. When using an AI, hit any key to begin simulation. Score will be stored in scores.txt

Contributions

Screenshot

Screenshot

## License Based on [2048](https://github.com/gabrielecirulli/2048) by Gabriele Cirulli.

Released under the MIT license.

Future plans

  • Add a features section to README.md
  • Replay system
  • PvP
  • PvAI
  • AIvAI?
  • More statistics
  • Improve code readability

About

2048 in Java


Languages

Language:Java 100.0%