Skip to content

Commit 349fd56

Browse files
committed
-> After 100 years, I change the readme.MD
1 parent 7bf7a1e commit 349fd56

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
2-
### Version 0.1 RC 1
3-
- Fix tearing [Need Suggestion] :)
4-
- Added 2048 notification when user hits 2048
1+
# Changelog
2+
### Version 0.1 RC 1
3+
- Fix tearing [Need Suggestion] :)
4+
- Added 2048 notification when user hits 2048

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
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]
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) [![Join the chat at https://gitter.im/2048-java-console/Lobby](https://badges.gitter.im/2048-java-console/Lobby.svg)][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

binary/config.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<launch4jConfig>
3-
<dontWrapJar>false</dontWrapJar>
4-
<headerType>console</headerType>
5-
<jar>/home/jeffryangtoni/git/2048-java-console/binary/2048-java.jar</jar>
6-
<outfile>/home/jeffryangtoni/git/2048-java-console/binary/2048-java.exe</outfile>
7-
<errTitle></errTitle>
8-
<cmdLine></cmdLine>
9-
<chdir>.</chdir>
10-
<priority>normal</priority>
11-
<downloadUrl>http://java.com/download</downloadUrl>
12-
<supportUrl></supportUrl>
13-
<stayAlive>false</stayAlive>
14-
<restartOnCrash>false</restartOnCrash>
15-
<manifest></manifest>
16-
<icon></icon>
17-
<jre>
18-
<path></path>
19-
<bundledJre64Bit>false</bundledJre64Bit>
20-
<bundledJreAsFallback>false</bundledJreAsFallback>
21-
<minVersion>1.6.0_70</minVersion>
22-
<maxVersion></maxVersion>
23-
<jdkPreference>preferJre</jdkPreference>
24-
<runtimeBits>64/32</runtimeBits>
25-
</jre>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<launch4jConfig>
3+
<dontWrapJar>false</dontWrapJar>
4+
<headerType>console</headerType>
5+
<jar>/home/jeffryangtoni/git/2048-java-console/binary/2048-java.jar</jar>
6+
<outfile>/home/jeffryangtoni/git/2048-java-console/binary/2048-java.exe</outfile>
7+
<errTitle></errTitle>
8+
<cmdLine></cmdLine>
9+
<chdir>.</chdir>
10+
<priority>normal</priority>
11+
<downloadUrl>http://java.com/download</downloadUrl>
12+
<supportUrl></supportUrl>
13+
<stayAlive>false</stayAlive>
14+
<restartOnCrash>false</restartOnCrash>
15+
<manifest></manifest>
16+
<icon></icon>
17+
<jre>
18+
<path></path>
19+
<bundledJre64Bit>false</bundledJre64Bit>
20+
<bundledJreAsFallback>false</bundledJreAsFallback>
21+
<minVersion>1.6.0_70</minVersion>
22+
<maxVersion></maxVersion>
23+
<jdkPreference>preferJre</jdkPreference>
24+
<runtimeBits>64/32</runtimeBits>
25+
</jre>
2626
</launch4jConfig>

0 commit comments

Comments
 (0)