Dino's Adventure is a platformer game made with a pixel art style.
Goal of this game is to help Dino collect coins and defeat enemies on his way.
Game is made entirly using Vanilla JS
, HTML5 Canvas
, and
CSS
.
Game is also mobile responsive and can be installed on mobile/desktop as a PWA.
The game is live here.
Clone the repo and run
npm run install
npm run serve
Game will launch at http://localhost:2108/
Ankit Kumar Pandit