This repository contains a JavaScript implementation of the concepts discussed in the article "Snapshot Compression" by Gaffer On Games. This project aims to provide a practical example of how snapshot compression can be achieved in JavaScript, particularly useful for game development and networked applications.
Use NPM to install all the necessary dependencies to run the tests.
npm install
To ensure that everything is set up correctly and to see how the library works, you can run the provided tests:
npm run test
- Thanks to Gaffer On Games for the original article and concepts behind this implementation.