Solving Code's Projects

HomeProjectsJavascript

Noise Map Noise Map

It is a small project in which I’m making a noise map to illustrate some uses of the Perlin noise algorithm, which is used to generate random numbers that can be used in other applications, such as generating game maps. In this project, I created a small web application that generates a map of different […]

Everyday Engine Everyday Engine

Recently, I started a new project, in which I am creating a new game engine tool on the browser from scratch using Javascript. This project was in the first place a personal learning experience, and the idea behind it was to try to make powerful tools on the browser like game engines that would have […]