Building your own vanilla HTML5 game without dependencies might sound like a tough and odd job to do. In fact, it's a really fun experience and a huge opportunity to sharpen your JS and general programming skills. One awesome competition that empowers this movement is the JS13K competition. It ...| The Code Ship
I am excited to share my new game, Dr1v3n Wild! It’s an OutRun inspired racing game with procedurally generated art and levels. This was created for JS13K 2024 and the entire game fits in a 13 kilobyte zip file including art, sound, code, and even the WebGL rendering system. I also released an “enhanced” version […]| Killed By A Pixel
Emojis can be used in a variety of ways as part of creating a point and click adventure. We can use them to compose the background scenes, the game sprites, the user interface, and for mouse cursors. We could also use one for the favicon.| LANCE EWING
In this post, I will be looking at the Emoji cross platform and cross browser issues I faced in creating my js13kgames entry. I hadn’t been working long on “The King’s Missing Page” when I realised just how different the various emoji font files were across the different platforms and browsers.| LANCE EWING
This year I entered the js13kgames contest for the 6th time with a game called “The King’s Missing Page”. This article is part 1 in a series of blog posts that discuss some of the challenges I faced in creating this game.| LANCE EWING