DEV Community

Cover image for 2d Portfolio like zelda and pokemon old games of Nintendo
Marcelo
Marcelo

Posted on • Updated on

2d Portfolio like zelda and pokemon old games of Nintendo

Recently, I follow a tutorial to build my first game/resume with Kaboom lib.

I follow this tutorial on YouTube:
https://www.youtube.com/watch?v=gwtfWORCN0U

It was created to understand how a game works and to prove my skills on jobs interview.

Feel free to explore:

https://2dportfoliomarcelomsc.netlify.app/

The tutorial use the Tiled free app to make a JSON map of the sprites:
https://www.mapeditor.org/

With this application, we can understand the core concepts of Kaboom.js.

Make scene, player move, show dialog that has links to others websites, boundaries that the player can interactive with.
Set camera, resize function to be mobile and browser compatible.

Suggestion are welcome.

Top comments (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.