A program that converts SimCity 2000 cities to Minecraft worlds. An online image editor with the look and feel of Microsoft Paint for Windows 95.
I have also prepared a few examples of working with images in Javascript: Image examples
A 3D GUI similar to the UNIX seen in the movie Jurassic Park, done with built-in CSS transformations. In order to learn more about functional programming and specifically the Elm language, I decided to implement the game Connect-4 in it. To see if I could make the implementation more optimal, I then implemented Connect-4 in Angular as well. And then I generalized the Minimax algorithm from Connect-4 and reused it to implement Checkers in the same project. While solving Sudokus one day I decided that it would more fun if I made the computer solve them for me. A simple game for Samsung smartwatches, the goal is to navigate your rocket through a maze. On the watch, steering is done by turning the watch's bezel, but since it's written in HTML and JS, it can also be played in the browser using the keys A, W and D. I revamped my hobby projects page using Vanilla Javascript and WebComponents. This is the page you're on right now. A little block building game made with a combination of 3D CSS transformations and Webcomponents. Each item in the game is a Webcomponent: The 3D scene, the floor, the blocks and the color picker. Place new blocks using left-click, remove them using right-click, you can move around using W,A,S,D,Q and Z/Y keys and change the camera angle using the arrow keys.