scape2code 0 Share Posted March 17, 2019 Need help downloading a project from GitHub was watching tutorials following along but got tired of writing down code after video 20 something and would like the source code. Tried to clone it but apparently ive messed up some where because I cant run it. Just need to download episode 34 should contain source for the entire project. If anyone could make a video/pictures/tell me what to do would be appreciated. https://github.com/CodeNMore/New-Beginner-Java-Game-Programming-Src Link to comment Share on other sites More sharing options...
YoHoJo 10 Share Posted March 17, 2019 There's a lot of simple github guides online, here's a nice one - http://rogerdudler.github.io/git-guide/ If you're getting an error running the code, I'd post on the youtube video or repository asking for help with the specific error. Link to comment Share on other sites More sharing options...
yeeter 490 Share Posted March 18, 2019 Most IDEs have built in Git support so just Google how to clone a git project for that IDE. I personally use Eclipse and its as easy as copy pasting a URL, and adding it to my project workspace. If you are an ultra try hard you can always learn git via the command line as well which is probably the most useful way to learn Git. 😃 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now