Home Blog CV Hypr

Image To Maze

Image to Maze is a little weekend project I made to replicate a meme I found cool. It was my first project written in Golang and my first project using WASM. The basic idea of this project was to take a image mask and create two mazes one where if it were to be filled would show the original image mask, if that doesn't make sense look at the example on the demo app.

Key Features

  • Generate mazes
  • Change the background color
  • Change the foreground color
  • Automatic deployments for the web UI using github actions

My Role

Developer and Designer

Technologies Used

  • Golang
  • Wasm
  • Typescript
  • HTML
  • CSS
  • Github Actions

Demo

My Brag of the Project

I have two brags for this project hope thats alright.

My first brag is that I rewrote the data structure the maze logic used many many times until arriving on one that worked best for my needs

My second brag has to do with the web UI, I was able to get automatic deployments working when I didn't think I was going to be able to get it to work although I still cannot figure out how to get vercel's auto deployment checks to go away.

Lessons Learned