文件名称:phaser-typescript-tutorial:使用Phaser + TypeScript + Webpack制作游戏的教程
文件大小:280KB
文件格式:ZIP
更新时间:2024-02-24 05:54:33
phaser phaserjs phaser-tutorial phaser-typescript PhaserJavaScript
移相器打字稿教程
这个仓库使用
本教程(基于)将学习如何使用Phaser框架创建游戏,以及如何使用TypeScript和Webpack进行构建。
用法
1 :克隆此仓库:
git clone https://github.com/SuperPaintman/phaser-typescript-tutorial.git
2 :安装NPM依赖项:
npm i
# or with yarn
npm i -g yarn
yarn
npm rebuild
3 :运行Webpack Dev Server (将从开始):
npm start
4 :开始创作!
vim .
或在您喜欢的编辑器中打开克隆的目录
贡献
分叉( )
创建功能分支( git checkout -b feature/
【文件预览】:
phaser-typescript-tutorial-master
----package.json(1KB)
----tslint.json(2KB)
----templates()
--------index.ejs(141B)
----assets()
--------images()
--------.gitkeep(0B)
----LICENSE(1KB)
----src()
--------typings.d.ts(69B)
--------states()
--------index.ts(2KB)
----README()
--------header.png(217KB)
----tsconfig.json(521B)
----.gitignore(46B)
----webpack.config.js(6KB)
----styles()
--------style.styl(19B)
----README.md(2KB)
----yarn.lock(159KB)
----.editorconfig(361B)