RRitzainritza.hashnode.dev·Mar 30, 2022 · 23 min readBuilding Space Invaders with Kaboom.jsBuilding Space Invaders with Kaboom.js Space Invaders is a classic shoot 'em up arcade game created by Taito Corporation in Japan way back in 1978. It was an absolute monster hit, making nearly $4 billion in sales (that's the equivalent of over $13 b...00
RRitzainritza.hashnode.dev·Mar 2, 2022 · 12 min readBuild and host your company blog on Replit with Nix and HugoIn this tutorial, we will detail how you can use Replit to write and publish a blog or website. This can be a solo endeavour or a group or company blog. We'll build on the versatile Nix repl, using a static site generator called Hugo to ensure our si...00
RRitzainritza.hashnode.dev·Feb 23, 2022 · 8 min readBuilding a two player Wordle clone with Python and Rich on ReplitIn this guide, we'll build a version of the popular game Wordle. Instead of the computer providing a word that the player has to guess, our version will work with two players. Player 1 will enter the word, and then player 2 will try to guess the word...00
RRitzainritza.hashnode.dev·Feb 11, 2022 · 12 min readRendering 3D scenes with three.jsThree.js is a JavaScript library for rendering 3D worlds in web browsers. With three.js you can make a website using 3D elements and advanced animation, or even complex 3D games in JavaScript. To get a feeling for the kind of renders three.js is capa...00
RRitzainritza.hashnode.dev·Feb 9, 2022 · 16 min readBuilding a block-breaking game with Kaboom.jsIn this tutorial, we'll use the Kaboom framework to develop a simple block-breaking game, similar to classics like Atari's Breakout and Taito's Arkanoid. By the end of this tutorial, you'll be able to: Use the Kaboom framework to develop a polished ...00