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
Markdown
# 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