I made a desktop app that backs up your saves to GitHub

MrChowder

Newcomer
Hey everyone!

I've been working on this project that lets you backup multiple save points to GitHub and load them at a later time. You'll need to create a free GitHub account for the app to save your backups.

Some key features:
  • The app will automatically create a repository for you on your GitHub account to store your backups
  • Independently backup local save files to GitHub, creating a history of save points
  • View information about the local save files and the historical save files
  • Load save points stored in GitHub to the local save files (a backup of the current files is created before a save point is loaded)
  • Authenticate with a personal GitHub account without providing login information to the app
I've been using this project more as a learning opportunity, so if any developers experienced in C# .NET are interested in helping out or giving feedback, I am open to it. Currently, only Windows is supported, but I want to add support for Linux and macOS in the future so more people can use it. I have some other features in mind that I want to implement, so any help is appreciated.

You can check out the project below. Instructions on how to use the app are included in the GitHub link as well.
https://github.com/parthlr/StardewValleyManager

If you're interested in testing out the app, you can download the Windows zip file in the releases section from the link below.
https://github.com/parthlr/StardewValleyManager/releases

main_view.png
 
Top