All Projects → excaliburjs → template-ts-webpack

excaliburjs / template-ts-webpack

Licence: other
Excalibur TypeScript & Webpack template

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Excalibur TypeScript & Webpack Starter

This is a barebones Excalibur game engine starter built using Typescript 4 & Webpack 5. It's a great starting place to jumpstart building your game! This repo is a template and can be used to create your own repository in GitHub.

Check out our other samples while you build your game or ask us questions.

Get Started

Publishing

  • Run npm run build:dev to produce Javascript bundles for debugging in the dist/ folder
  • Run npm run build:prod to produce Javascript bundles for production (minified) in the dist/ folder

The dist/ folder can be deployed to a static web host. We recommend Netlify or GitHub Pages since they are free to use.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].