All Projects → geocine → phaser3-rollup-typescript

geocine / phaser3-rollup-typescript

Licence: other
Phaser 3 TypeScript Starter

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to phaser3-rollup-typescript

vite-plugin-image-presets
🖼 Image Presets for Vite.js apps
Stars: ✭ 164 (+27.13%)
Mutual labels:  vitejs
dl-model
Dragalia Lost Model Viewer
Stars: ✭ 30 (-76.74%)
Mutual labels:  vitejs
Cavemen-GGJ2019
A multiplayer survival game developed during Global Game Jam 2019.
Stars: ✭ 21 (-83.72%)
Mutual labels:  phaser3
admin-two-vue-bulma-dashboard
Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported
Stars: ✭ 68 (-47.29%)
Mutual labels:  vitejs
MedievalWar
A simple turn-based strategy game using Phaser 3
Stars: ✭ 22 (-82.95%)
Mutual labels:  phaser3
ionic4-phaser3-template
Ionic 4 and phaser 3 template
Stars: ✭ 19 (-85.27%)
Mutual labels:  phaser3
phaser-jam-template
A Phaser Template to kick off your Game Jam with everything you need. Typescript, code quality, building for itch, various input methods, examples, bootloader, preloader, main game, end screen, credits screen and license screen.
Stars: ✭ 18 (-86.05%)
Mutual labels:  phaser3
phaser-3-palette-swapping-example
Example of using palette swapping on a spritesheet in Phaser 3.
Stars: ✭ 32 (-75.19%)
Mutual labels:  phaser3
realtime-multiplayer-space-invaders
Realtime Multiplayer Space Invaders Game with Phaser 3 and Ably
Stars: ✭ 42 (-67.44%)
Mutual labels:  phaser3
gnome-shell-extensions-sync
Syncs gnome shell keybindings, tweaks settings and extensions with their configuration across all gnome installations
Stars: ✭ 188 (+45.74%)
Mutual labels:  rollupjs
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (-20.16%)
Mutual labels:  vitejs
admin-antd-vue
Vue3.x + Ant Design Admin template (vite/webpack)
Stars: ✭ 111 (-13.95%)
Mutual labels:  vitejs
rapide
WIP! do not use just yet - Opinionated Vite + Alpine.js starter PWA template
Stars: ✭ 15 (-88.37%)
Mutual labels:  vitejs
nft-app
How to create your own NFT and mint NFT token
Stars: ✭ 145 (+12.4%)
Mutual labels:  vitejs
ak-vue3
组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时加载、Loading 加载等待、Menu 菜单、Pagination 分页、Progress 进度条、Radio 单选框、Select 选择器、Steps 步骤条、Swiper 图片轮播、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 提示、Tr…
Stars: ✭ 24 (-81.4%)
Mutual labels:  vitejs
templatus
Opinionated template for starting new web applications with Ruby on Rails and Vue.js 3
Stars: ✭ 50 (-61.24%)
Mutual labels:  vitejs
template
使用 phaser3 + es6 + webpack4.8.1 配置开发游戏(基本模版)
Stars: ✭ 12 (-90.7%)
Mutual labels:  phaser3
marthas rescue shooter game
This is a shooter game featuring Martha, a battle aircraft pilot who's trying to rescue her father. In this app, you will be able to help her by shooting and destroying the enemy's aircraft. Built with Javascript and Phaser 3.
Stars: ✭ 31 (-75.97%)
Mutual labels:  phaser3
cloud-design
阿里云前端组件库,由混合云&公有云前端团队共建
Stars: ✭ 74 (-42.64%)
Mutual labels:  vitejs
electron-vue-vite-boilerplate
Electron Vue Vite Boilerplate for you next project
Stars: ✭ 26 (-79.84%)
Mutual labels:  vitejs


header
Phaser 3 TypeScript Starter

This is a Phaser 3 starter with TypeScript, Rollup with ⚡️ lightning fast HMR through Vite.

Available Commands

Command Description
yarn install Install project dependencies
yarn dev Builds project and open web server, watching for changes
yarn build Builds code bundle with production settings
yarn serve Run a web server to serve built code bundle

Development

After cloning the repo, run yarn install from your project directory. Then, you can start the local development server by running yarn dev and navigate to http://localhost:3000.

Production

After running yarn build, the files you need for production will be on the dist folder. To test code on your dist folder, run yarn serve and navigate to http://localhost:5000

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].