/2048_in_Java

One of the games I made before I started attending Tennessee Tech (I know the code design is horrible, everything I knew about programming I had learned in the previous 6 months

Primary LanguageJava

2048 in Java

This is one of the games I made before I started attending Tennessee Tech. I would have made it during the summer of 2015. I know the code design is horrible, everything I knew about programming I had taught myself in the previous 6 months.

That being said, this project does display the use of a simple AI with alpha/beta pruning, custom UI elements, and an event loop, among other things.

To run:

If you have ant, then you can just run it with no parameters from the project root directory. Otherwise just run the .jar file.