Do you have a story to share?

  • 7heo@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    5 months ago

    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 😇