Skip to content
/ Tank Public

基于Node,html5 canvas的坦克大战小游戏

Notifications You must be signed in to change notification settings

imklayhu/Tank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tank

使用HTML5 canvas 和 js 实现的坦克大战小游戏

因为暂时没有部署到服务器,因此如果你想要尝试这个小游戏,需要将其运行在本地。 在本地运行这个小游戏,需要node、mongoDB、express环境。端口号为3000

Clone 到本地

> git clone "https://github.com/Klay-Clam/Tank.git"

安装依赖

> npm install

迁移数据库到本地

// 数据库备份文件已经上传了,/models/dump/tank/

运行

> node ./bin/www

Logs:

2018.08.21 截图

2018.08.21 截图

2018.8.25 运行截图

2018.08.25 截图

Releases

No releases published

Packages

No packages published