Jump to content
  • 0

Regarding Github


MrValenza

Question

Hello All,

 

 I was curious as to how to add modifications to my game via github. The reason for me wanting to learn this is because i'd like to allow player variables such as stats, gold, etc to show up on the character interface. I believe that this is the only way to be able to, as we cannot edit the source code any other way. Correct me if I am wrong on any of this and also... in advance, thank you so much

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You should take a course on github on youtube there are several free ones, so you will understand a little how the process works, on youtube there is much more information than a simple person could give answering this topic
(the answer to this thread would basically be a course on, so I don't think anyone will answer, at least I'm giving you the direction of where to start)

Link to comment
Share on other sites

  • 0

Whenever you wanna work with any specific language for any specific project, you surely want to use an IDE instead of directly typing code thru Github...
In this case, one that's capable to edit, debug and compile your .NET/C# solution ;
Now at this point, several IDEs like VS Community, Rider and more will allow you to directly connect to your favourite solution repo and commit thru the IDE into Github repos and their branches.

There's a lot of documentation available around the internet and within our own docs for both: usages of github and IDEs in general, good luck!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...