Turning the 2D web game Diep.IO into 3D using Three.js

Real 3D Diep.IO

This is one of the coolest and prettiest mods I have ever made for a game. It turns diep.io into real 3D by putting 3D shapes at the locations of the 2D shapes. I say real 3D cos there have been mods for diep.io before that just gave a fake 3D effect by overlaying multiple… Continue reading Turning the 2D web game Diep.IO into 3D using Three.js

Share:

Making cheats for the WebAssembly game DigDig.IO

DigDig.IO with X-Ray and Minimap

Last year, I published some cheat scripts for the web game digdig.io. The game’s entire source code is compiled down to WebAssembly (WASM) which makes it a lot harder to cheat than other web games that just use minification or obfuscation to protect the game’s source code. In this article, I will be explaining how… Continue reading Making cheats for the WebAssembly game DigDig.IO

Share: