Skip to content

asurato/Pixi-Game-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIXI-Game-Template

MVCを用いるゲーム開発用の自分用のテンプレートです。 依存関係を整えた上でBox, Delegate, Logic, Viewという4つのセットを自動作成してくれます。 これらは@asuratoが独自に設定したもので未完成です。

準備

yarn install

or

npm install

ゲーム開始

yarn start

or

npm start

セット作成

ts-node tool/templateMaker.ts hoge

or

yarn make hoge

とするとsrc/box/hogeというフォルダに1セットが作成されます

tool/model.tsとtool/proxy.tsとtool/state.ts

パラメータの更新を受けてイベントが自動的に発火される仕組みのテストプログラム

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published