Skip to content

Commit 833ce44

Browse files
authored
Fixed type face issue
1 parent c933e4f commit 833ce44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
JavaGame [![GitHub release](https://img.shields.io/github/release/redomar/JavaGame.svg?style=flat-square&label=Alpha)](https://github.com/redomar/JavaGame/releases/latest) [![Travis-CI Build Status](https://img.shields.io/travis/redomar/JavaGame.svg?style=flat-square)](https://travis-ci.org/redomar/JavaGame) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-red.svg?style=flat-square)](https://raw.githubusercontent.com/Redomar/JavaGame/master/LICENSE)
22
==
33

4-
#####What is JavaGame?
4+
#### What is JavaGame?
55
JavaGame is a game project that have been working on since May 2013. I have added many features to the game over the last year and I plan on adding even more features. This game is purely for my own sake to practice my skills in Java.
66

7-
#####Why name it JavaGame?
7+
#### Why name it JavaGame?
88
Well i'm still not sure what exactly i'm going to do with it, and I haven't thought of a suitable name either. I hope to change the name in the near future
99

10-
#####Play the Game
10+
#### Play the Game
1111
* For latest version get
1212
* [![GitHub release](https://img.shields.io/github/release/redomar/JavaGame.svg?style=flat-square&label=Alpha)](https://github.com/redomar/JavaGame/releases/latest)
1313
* For multiplayer enabled get
1414
* [![GitHub release](https://img.shields.io/badge/Alpha-v1.5.4-cc0000.svg)](https://github.com/redomar/JavaGame/releases/v1.5.4)
1515

16-
#####Your version naming is all wrong
16+
#### Your version naming is all wrong
1717
Yes, I recently noticed that there is a standard called Semantic Versioning that I should follow. Currently my project isn't organised as well as I hoped so starting from the Beta I will follow Semantic Versioning schema.
1818

19-
#####Your project is lacking comments
19+
#### Your project is lacking comments
2020
I don't know why I have not commented my code but now I'm at a stage where I cannot go back to comment the entire project, I should of commented my code from the outset. This is going to be a reminder for me in the future.
2121

22-
#####How to download this repository for eclipse tutorial
22+
#### How to download this repository for eclipse tutorial
2323
Watch this video [here](http://youtu.be/_3nCgac3KKM) or checkout the [GitHub Pages](http://redomar.github.io/JavaGame/)
24-
####How to use this repository
24+
### How to use this repository
2525

2626
* Fork it.
2727
* Create a branch (```git checkout -b my_branch```)
@@ -36,4 +36,4 @@ Watch this video [here](http://youtu.be/_3nCgac3KKM) or checkout the [GitHub Pag
3636
* Push to the branch (```git push origin my_branch```)
3737
* Open a [Pull Request](https://github.com/redomar/JavaGame/pull/new/master)
3838

39-
Inspired from [vanZeben](https://github.com/vanZeben).
39+
Inspired from [vanZeben](https://github.com/vanZeben).

0 commit comments

Comments
 (0)