leeminHong1990 / PaoDeKuai

扑克 跑得快(包含机器人系统 和 竞技场)
9 stars 11 forks source link

feixia Engine

An chess and card game framework.

Env and dependencies

Run

nginx config

server { listen 8090; server_name YingTanMJ; location / { root F:/YingTanMJ/cocos; #index index.html index.htm; autoindex on; add_header Cache-Control no-store; expires off; } #location /frameworks { # root D:/Engine/; # add_header Cache-Control no-store; # expires off; #} }