Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 841 Bytes

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.