You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#2048 Java Console [![Build Status][travis_img_link]](https://travis-ci.org/jeffryang24/2048-java-console)[][gitter_link]
2
2
A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder.
3
3
4
-
###Example
4
+
###Example
5
5
* Compile from source and run it using below command. <br />
6
6
```
7
7
cd /path-to-your-project/2048-java-console/2048/src
@@ -21,7 +21,10 @@ java -jar 2048-java.jar
21
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
22
![2048_win][2048_win_img]
23
23
24
-
###Group
24
+
### Changelog
25
+
See changelog [here][changelog_link].
26
+
27
+
### Group
25
28
This project is dedicated for our Advanced OOP course. Our team member: <br />
26
29
1. Jeffry Angtoni (1801425975)
27
30
2. Benny Susanto (1801416743)
@@ -34,3 +37,4 @@ This project is dedicated for our Advanced OOP course. Our team member: <br />
34
37
[2048_win_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-win.PNG"2048 on Windows"
0 commit comments