# Kill_Monster **Repository Path**: dfireDesign/kill-monster ## Basic Information - **Project Name**: Kill_Monster - **Description**: threejs击杀怪兽的小游戏,three灯光投影、材质、动画导入使用。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-12-26 - **Last Updated**: 2022-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于Threejs的小游戏(移动端) 游戏简介:点选一个PP出战,抢夺足够的令旗击杀怪兽,善用不同PP技能、地形卡位及吃掉道具增加能力 1.涉及基础场景、相机、渲染器等搭建 2.日夜交替灯光动画 3.gltf/glb格式,静态/动画模型及材质导出及应用 4.声音、字体、图片、本地json等资源导入 5.PBR材质的简单应用 ## 如何运行 1.安装node.js(Setup Node.js) Download [Node.js](https://nodejs.org/en/download/). 2.运行以下命令(Run this followed commands:) ``` bash # 先安装下依赖 # Install dependencies (only the first time) npm install # 本地运行 # Run the local server at localhost:8080 npm run dev