game

Implementing a Game Boy Emulator in Ruby

Created a Game Boy emulator in Ruby named “rubyboy,” now running in the browser via WebAssembly. It covers the implementation process, from ROM loading and CPU to PPU functionality, along with optimization techniques that improved performance significantly. The emulator offers fun development experiences and leverages testing ROMs for debugging. It's packaged as a Ruby gem available for installation.

https://sacckey.dev/posts/implementing-a-game-boy-emulator-in-ruby/

Creating My First Game Prototype in a Browser: The Journey So Far

User developing a browser-based 3D game prototype, inspired by Bruno Simon, using Three.js, shaders, and physics engines. Initial idea sparked from a desire to create an interactive environment for exploration, leading to the incorporation of terrain, animated models, and physics definitions. Key features include directional controls, camera movement, grass addition, and plans for gameplay elements like lore and collectibles. The project is ongoing and users can try the current version.

https://tympanus.net/codrops/2025/02/10/creating-my-first-game-prototype-in-a-browser-the-journey-so-far/

Scroll to Top