UNPKG

js13k-online

Version:

A simple client SDK for the JS13K Online Challenge Series that abstracts away the WebSocket connection and state management

20 lines (12 loc) • 345 B
# JS13K Online Client SDK The official client SDK for the 2025 JS13K Online Challenge. ## Installation ```html <script type="module"> import Js13kClient from 'https://esm.sh/js13k-online' </script> ``` šŸ“– [Read the docs](https://online.js13kgames.com) šŸ•¹ļø [Play the demo games](https://online.js13kgames.com/demos) ## License MIT