/gaffer-compression

Javascript implementation of Glenn Fiedler's Gaffer on Games compression article

Primary LanguageTypeScript

Snapshot Compression Implementation in JavaScript

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.

Installation

Use NPM to install all the necessary dependencies to run the tests.

npm install

Running the Tests

To ensure that everything is set up correctly and to see how the library works, you can run the provided tests:

npm run test

Acknowledgements

  • Thanks to Gaffer On Games for the original article and concepts behind this implementation.