Skip to content

bao2313120/JavaGame

 
 

Repository files navigation

JavaGame Alpha v1.7.1 - 1 Year Anniversary

Ohloh Stats

#####What is JavaGame? 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.

#####Why name it JavaGame? 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

#####Play the Game

  • For latest version get
  • For multiplayer enabled get

#####How to download this repository for eclipse tutorial Watch this video here or checkout the GitHub Pages ####How to use this repository

  • Fork it.
  • Create a branch (git checkout -b my_branch)
    • Using Eclipse make a workspace on the top directory of JavaGame
    • Create new project
    • Name the Project JavaGame
    • Press next and click the Libraries tab
    • Click Add Class Folder
    • Check the /res folder and hit finish
    • Make the changes in the /src folder
  • Commit your changes (git commit -m "Change Title")
  • Push to the branch (git push origin my_branch)
  • Open a Pull Request

Bitdeli Badge