Fun story, in 2012 I got the idea of making a git based “cloud” save system with branching, to explore multiple story paths in games.
I implemented the FileSystemWatcher (the equivalent to Linux’s inotify) component in C# on Windows, was able to detect when games were saved, and commit that to git, and stopped there.
Feel free to implement that, I’d love to save on implementation time 😇
Fun story, in 2012 I got the idea of making a git based “cloud” save system with branching, to explore multiple story paths in games.
I implemented the FileSystemWatcher (the equivalent to Linux’s inotify) component in C# on Windows, was able to detect when games were saved, and commit that to git, and stopped there.
Feel free to implement that, I’d love to save on implementation time 😇