Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.33 KB

README-zh-cn.md

File metadata and controls

64 lines (47 loc) · 1.33 KB

English | 中文

介绍

这是一个最新的 galacean 引擎 demo,编写了经典的小鸟游戏:Flappy Bird

nodejs 至少需要 18+.

生产依赖:

dependencies version
nodejs ^18
@galacean/engine ^1.2.0-alpha.4
@galacean/engine-physics-lite ^1.2.0-alpha.4
@galacean/engine-toolkit-controls ^1.2.0-alpha.5
@tweenjs/tween.js ^21.0.0
react ^18.2.0
react-dom ^18.2.0

开发依赖:

devDependencies version
nodejs ^18
@types/react ^18.2.46
@types/react-dom ^18.2.18
@vitejs/plugin-react ^4.2.1
body-parser ^1.20.2
express ^4.18.2
typescript ^5.3.3
vite ^5.0.10

Getting start

安装 node modules:

npm install

本地运行:

npm run dev

编译 & 预览

安装 node modules:

npm install

编译项目:

npm run build

预览项目:

npm run preview