Skip to content

Template example for creating phaser 3 game using vite and typescript

License

Notifications You must be signed in to change notification settings

andremalveira/vite-phaser3-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template example for creating phaser 3 project using vite and typescript

Folder structure

📂game
 ├── 📁public
 ├── 📁src          
 │    ├── 📁scenes
 │    ├── 📁types
 │    ├── 📁utils
 │    └── 📄config.ts
 │    └── 📄index.ts
 ├── 📄.gitignore
 ├── 📄index.html
 ├── 📄package.json
 └── 📄vite.config.js
git clone https://github.com/andremalveira/vite-phaser3-example.git game-name
npm i         # Instalation

npm run dev   # Game start development mode
npm run build # Game build