This program implements a popular interactive game called 2048 in Java.
The project requires the following frameworks:
-
Java: https://www.java.com/en/
-
JDK 8: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
-
Java ACM Package: https://cs.stanford.edu/people/eroberts/jtf/
-
Eclipse: https://www.eclipse.org/
Java and JDK 8 can be installed by downloading Homebrew and running the following commands:
brew update
brew tap homebrew/cask-versions
brew cask install java
brew cask install homebrew/cask-versions/adoptopenjdk8
The simplest way to execute the program is downloading Eclipse, importing the project, and then run it.
- Tai Vu - Stanford University