Build a Desktop Game in JavaScript with Tauri and KAPLAY (OUTDATED)

Опубликовано: 16 Июль 2026
на канале: JSLegendDev
5,432
179

In this tutorial, you'll learn how to make a game in JavaScript with the KAPLAY library and how to use Tauri to make it installable on PC.

Check my written tutorials : https://jslegenddev.substack.com/

Try the game : https://jslegend.itch.io/kriby
Source code for the game : https://github.com/JSLegendDev/Deskto...

The Tauri prerequisites can be found here : https://tauri.app/v1/guides/getting-s...

Download the assets here : https://github.com/JSLegendDev/Deskto...

-- Chapters --

0:00 Intro
3:03 Setup
19:28 Loading assets
20:45 Implementing fullscreen + enabling Tauri APIs
28:30 Creating the game menu
41:03 Implementing player logic
52:10 Finishing the game menu
56:26 Implementing the game (but the save system first)
1:04:14 Implementing the game (for real)
1:16:41 Implementing the score UI
1:28:06 Building the project for distribution
1:30:12 Additional info regarding distribution