/2D-Game-Portfolio-

A project to get you up and running with a portfolio site

Primary LanguageJavaScript

Developer portfolio that's a 2D game Inspired by the many creative 3D developer portfolios, I create one that's 2D instead. This is meant as a template that you can use to build your own. It works on both desktop and mobile. A screenshot of the project

Live Demo : https://jslegenddev.github.io/portfolio/

Watch the tutorial I followed on how to build this on YouTube : https://www.youtube.com/watch?v=gwtfWORCN0U

I used a modified version of this original tileset (Giving credit where it's due) : https://momen-games.itch.io/happy-la-v2-ts

How to run

Note: You need Node.js and npm installed on your machine.

npm install then npm run dev

How to build

npm run build and a dist folder should be created.

How to preview the build

npm run preview

How to host?

Once the project is built. Take the content of the dist folder and drag and drop it to your favorite static site hosting provider.