A Godot Engine powered platformer. It's based on UmaiPixel's tutorial series.
Play Now 🕹️
-
Open the project in Godot Engine 3.
-
Export the project as HTML5, and choose /dist as the export directory.
-
Install the dependencies and preview your game at http://localhost:3000:
npm install npm run preview
-
Create a Vercel production deployment:
npm run deploy