Skip to main content.

2D Game Portfolio

I made this 2D game like portfolio to showcase my social media links and developer skills

Visit website
  • Javascript
  • Vanilla
  • Vite
  • Kaboom
  • CSS
  • HTML

Game Basic 2D Interface

This is a one scene game with multiple props. Each prop has its own value and context to get trigger whenever the player colapses to them.

The layers sidebar design, now with user profiles.
Multiple user annotations on a shared layer.

Sofwares and Tools

For this project I used Vite with Vanilla and Javascript. Kaboom was the library that made all this possible with its own functions specilize for game being develop on a web enviroment. To create and modify the character and map design I used Tiled. This software is special to create maps and characters with pre-made sprites.

Screenshot from Tiled Software

Meaningful details

Using Tiled marking boundaries and naming them. When you take these steps and export the map as JSON file into your project you are able to import these as objects. I did this in order to identify the props boundaries and trigger a textbox for instructions.