https://github.com/suzushin7/phaser-game-template
A template for creating web games using Phaser.
https://github.com/suzushin7/phaser-game-template
game javascript phaser template typescript vite web-game web-game-development
Last synced: 2 months ago
JSON representation
A template for creating web games using Phaser.
- Host: GitHub
- URL: https://github.com/suzushin7/phaser-game-template
- Owner: suzushin7
- License: mit
- Created: 2025-05-30T14:35:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T16:31:13.000Z (about 1 year ago)
- Last Synced: 2025-07-01T20:51:42.372Z (about 1 year ago)
- Topics: game, javascript, phaser, template, typescript, vite, web-game, web-game-development
- Language: TypeScript
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser Game Template
[🇺🇸 English](#english) | [🇯🇵 日本語](#japanese)
---
🇺🇸 English
### Overview
This is a Phaser 3-based game template designed for quick prototyping and publishing.
### Features
- Rapid development environment with Vite
- TypeScript support
- Automatic resizing and responsive support
- PWA (can also be installed on smartphones)
- Code obfuscation with JavaScriptObfuscator
### How to Use
1. Install dependencies:
```bash
npm install
```
2. Start development server:
```bash
npx vite
```
3. Build for production:
```bash
npm run build
```
🇯🇵 日本語
### 概要
このプロジェクトは Phaser 3 を使ったゲームテンプレートです。
主な特徴:
- Vite による高速開発環境
- TypeScript 対応
- 自動リサイズ・レスポンシブ対応
- PWA(スマホにもインストール可能)
- JavaScriptObfuscator によるコード難読化
### 使用方法
1. 依存パッケージをインストール:
```bash
npm install
```
2. 開発サーバー起動:
```bash
npx vite
```
3. 本番ビルド:
```bash
npm run build
```
### License
MIT License