|
1 |
| -#2048 Java Console [![Build Status][travis_img_link]](https://travis-ci.org/jeffryang24/2048-java-console) [][gitter_link] |
2 |
| -A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder. |
3 |
| - |
4 |
| -### Example |
5 |
| -* Compile from source and run it using below command. <br /> |
6 |
| -``` |
7 |
| -cd /path-to-your-project/2048-java-console/2048/src |
8 |
| -javac Game.java |
9 |
| -java Game |
10 |
| -``` |
11 |
| -<br /> |
12 |
| -![2048_game][2048_img] |
13 |
| - |
14 |
| -* You can also just execute the jar package (__Not Recommended! Maybe the jar package is out-dated__) by typing this command <br /> |
15 |
| -``` |
16 |
| -cd /path-to-the-project/2048-java-console/binary |
17 |
| -java -jar 2048-java.jar |
18 |
| -``` |
19 |
| -![2048_bash][2048_bash_img] |
20 |
| - |
21 |
| -* **[Updated October 30<sup>th</sup>, 2016]** You can execute the Windows executable (__Not Recommended! Maybe the Windows executable is out-dated__): `2048-java.exe` |
22 |
| -![2048_win][2048_win_img] |
23 |
| - |
24 |
| -### Changelog |
25 |
| -See changelog [here][changelog_link]. |
26 |
| - |
27 |
| -### Group |
28 |
| -This project is dedicated for our Advanced OOP course. Our team member: <br /> |
29 |
| - 1. Jeffry Angtoni (1801425975) |
30 |
| - 2. Benny Susanto (1801416743) |
31 |
| - 3. Satrio Wibisono (1801437243) |
32 |
| - 4. M Syidad Al'Abror (1801445680) |
33 |
| - |
34 |
| -<!-- Images List --> |
35 |
| -[2048_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048.png "2048 Java Console Game" |
36 |
| -[2048_bash_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-2.png "2048 on bash" |
37 |
| -[2048_win_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-win.PNG "2048 on Windows" |
38 |
| -[travis_img_link]: https://travis-ci.org/jeffryang24/2048-java-console.svg?branch=master |
39 |
| -[gitter_link]: https://gitter.im/2048-java-console/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
40 |
| -[changelog_link]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/CHANGELOG.md |
| 1 | +# 2048 Java Console [![Build Status][travis_img_link]](https://travis-ci.org/jeffryang24/2048-java-console) [][gitter_link] |
| 2 | +A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder. |
| 3 | + |
| 4 | +### Example |
| 5 | +* Compile from source and run it using below command. <br /> |
| 6 | +``` |
| 7 | +cd /path-to-your-project/2048-java-console/2048/src |
| 8 | +javac Game.java |
| 9 | +java Game |
| 10 | +``` |
| 11 | +<br /> |
| 12 | +![2048_game][2048_img] |
| 13 | + |
| 14 | +* You can also just execute the jar package (__Not Recommended! Maybe the jar package is out-dated__) by typing this command <br /> |
| 15 | +``` |
| 16 | +cd /path-to-the-project/2048-java-console/binary |
| 17 | +java -jar 2048-java.jar |
| 18 | +``` |
| 19 | +![2048_bash][2048_bash_img] |
| 20 | + |
| 21 | +* **[Updated October 30<sup>th</sup>, 2016]** You can execute the Windows executable (__Not Recommended! Maybe the Windows executable is out-dated__): `2048-java.exe` |
| 22 | +![2048_win][2048_win_img] |
| 23 | + |
| 24 | +### Changelog |
| 25 | +See changelog [here][changelog_link]. |
| 26 | + |
| 27 | +### Group |
| 28 | +This project is dedicated for our Advanced OOP course. Our team member: <br /> |
| 29 | + 1. Jeffry Angtoni (1801425975) |
| 30 | + 2. Benny Susanto (1801416743) |
| 31 | + 3. Satrio Wibisono (1801437243) |
| 32 | + 4. M Syidad Al'Abror (1801445680) |
| 33 | + |
| 34 | +<!-- Images List --> |
| 35 | +[2048_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048.png "2048 Java Console Game" |
| 36 | +[2048_bash_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-2.png "2048 on bash" |
| 37 | +[2048_win_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-win.PNG "2048 on Windows" |
| 38 | +[travis_img_link]: https://travis-ci.org/jeffryang24/2048-java-console.svg?branch=master |
| 39 | +[gitter_link]: https://gitter.im/2048-java-console/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
| 40 | +[changelog_link]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/CHANGELOG.md |
0 commit comments