I recently participated in the js13k game jam, a yearly competition where developers create games in just 13 kilobytes of JavaScript code. It runs for a whole month, from August 13 to September 13. I've been toying with game development…
Web Development
A collection of 2 posts
Vite Tips: Conditional Configs and Aliases
Vite is a powerful build tool for web development, especially useful in game jams like JS13k. This post covers how to optimize Vite with conditional configurations and resolve aliases, using LittleJS. Learn to streamline your workflow and reduce build size with these essential tips.