A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder.
- Compile from source and run it using below command.
cd /path-to-your-project/2048-java-console/2048/src
javac Game.java
java Game
- You can also just execute the jar package (Not Recommended! Maybe the jar package is out-dated) by typing this command
cd /path-to-the-project/2048-java-console/binary
java -jar 2048-java.jar
- [Updated October 30th, 2016] You can execute the Windows executable (Not Recommended! Maybe the Windows executable is out-dated):
2048-java.exe
See changelog here.
This project is dedicated for our Advanced OOP course. Our team member:
- Jeffry Angtoni (1801425975)
- Benny Susanto (1801416743)
- Satrio Wibisono (1801437243)
- M Syidad Al'Abror (1801445680)