Skip to content

Commit 7bf7a1e

Browse files
authored
#20161108 -> added changelog section in readme.md
1 parent f6e044e commit 7bf7a1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#2048 Java Console [![Build Status][travis_img_link]](https://travis-ci.org/jeffryang24/2048-java-console) [![Join the chat at https://gitter.im/2048-java-console/Lobby](https://badges.gitter.im/2048-java-console/Lobby.svg)][gitter_link]
22
A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder.
33

4-
###Example
4+
### Example
55
* Compile from source and run it using below command. <br />
66
```
77
cd /path-to-your-project/2048-java-console/2048/src
@@ -21,7 +21,10 @@ java -jar 2048-java.jar
2121
* **[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`
2222
![2048_win][2048_win_img]
2323

24-
###Group
24+
### Changelog
25+
See changelog [here][changelog_link].
26+
27+
### Group
2528
This project is dedicated for our Advanced OOP course. Our team member: <br />
2629
1. Jeffry Angtoni (1801425975)
2730
2. Benny Susanto (1801416743)
@@ -34,3 +37,4 @@ This project is dedicated for our Advanced OOP course. Our team member: <br />
3437
[2048_win_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-win.PNG "2048 on Windows"
3538
[travis_img_link]: https://travis-ci.org/jeffryang24/2048-java-console.svg?branch=master
3639
[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

Comments
 (0)