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
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.
6
6
7
-
#####Why name it JavaGame?
7
+
####Why name it JavaGame?
8
8
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
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.
18
18
19
-
#####Your project is lacking comments
19
+
####Your project is lacking comments
20
20
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.
21
21
22
-
#####How to download this repository for eclipse tutorial
22
+
####How to download this repository for eclipse tutorial
23
23
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
25
25
26
26
* Fork it.
27
27
* 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
36
36
* Push to the branch (```git push origin my_branch```)
37
37
* Open a [Pull Request](https://github.com/redomar/JavaGame/pull/new/master)
38
38
39
-
Inspired from [vanZeben](https://github.com/vanZeben).
39
+
Inspired from [vanZeben](https://github.com/vanZeben).
0 commit comments