Skip to content

Commit 7f6693a

Browse files
authored
#20161107 -> reformat readme.md
1 parent c61f677 commit 7f6693a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#2048 Java Console [![Build Status](https://travis-ci.org/jeffryang24/2048-java-console.svg?branch=master)](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)](https://gitter.im/2048-java-console/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
#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

44
###Example
@@ -9,20 +9,28 @@ javac Game.java
99
java Game
1010
```
1111
<br />
12-
![2048_game]( https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048.png "2048")
12+
![2048_game][2048_img]
1313

1414
* You can also just execute the jar package (__Not Recommended! Maybe the jar package is out-dated__) by typing this command <br />
1515
```
1616
cd /path-to-the-project/2048-java-console/binary
1717
java -jar 2048-java.jar
1818
```
19-
![2048_bash]( https://github.com/jeffryang24/2048-java-console/raw/master/images/2048-2.png "2048-bash")
19+
![2048_bash][2048_bash_img]
2020

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`
22+
![2048_win][2048_win_img]
2223

2324
###Group
2425
This project is dedicated for our Advanced OOP course. Our team member: <br />
2526
1. Jeffry Angtoni (1801425975)
2627
2. Benny Susanto (1801416743)
2728
3. Satrio Wibisono (1801437243)
2829
4. M Syidad Al'Abror (1801445680)
30+
31+
<!-- Images List -->
32+
[2048_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048.png "2048 Java Console Game"
33+
[2048_bash_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-2.png "2048 on bash"
34+
[2048_win_img]: https://raw.githubusercontent.com/jeffryang24/2048-java-console/master/images/2048-win.PNG "2048 on Windows"
35+
[travis_img_link]: https://travis-ci.org/jeffryang24/2048-java-console.svg?branch=master
36+
[gitter_link]: https://gitter.im/2048-java-console/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

0 commit comments

Comments
 (0)