Katerin's website

My name is Katerin and I'm student of Computer Science at Pompeu Fabra High School

I have developed four coding projects:

  • Creating an interactive image map using GIMP about about the work of Banksy, Ballon Girl.
  • Developting an interactive painting capable of moving some areas of the painting with the sound captured by the microphone, movements controled by the sinus and cosinus function and random movements. Our painting is Separation in the evening by Paul Klee.
  • Create a game step by step. Our first game is based on falling balls and a paddle collecting balls and a avoiding red balls.
  • Create a second game capable of chasing and killing small blue balls and avoiding big yellow balls. The game difficulty increases with your score.
  • In the first project about image map creation I follow this procedure:

    1. Download the image to create an image map, in my case "Balloon girl" by Banksy.
    2. Open the Gimp software and click on file/open to open the image and after click over filter and image map.
    3. On the image map screen, click on the polygon symbol to create an irregular area. You need to do it several times to create several areas of interest.
    4. On the image map screen, you need to create a link and description of the area of interest. Save your work in map format.
    5. Open the map file created with the Gimp image map editor using Visual Code Studio software.
    6. Add html code using html tag <> and head and body tags.
    7. Connect mapper.js library in the html code to create areas of interest of different colors.
    8. Upload the html code, the image, and the mapper.js library to your neocities webpage.

    This is the final code: