Loading a Game from a Screenshot | Gamedev Challenge

Support development on Patreon ❤️ Neural Network and Frame Splitting Source Code 👉 Wishlist Farewell North on Steam 👉 Join the Discord 👉 In this video we’ll fall down a four-layered technical rabbit hole to see whether it’s possible to encode game save data into a screenshot, and resume a game from the moment the screenshot was captured! Along the way we’ll get into some Unity C# code to encode EXIF tags, create QR codes, and experiment with an interesting steganography algorithm called Least Significant Bit to see if we can hide the data inside the image pixels themselves. Finally, we’ll write a little Python using Tensorflow to see if we can train a convolutional neural network to predict the nearest game checkpoint from the screenshot. Hopefully i
Back to Top