Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 418 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 418 Bytes

《online 2048》

use python tornado and js

14年写的,现在跑起来看,写的还不错

Play It

https://e2048.hooke.life

(腾讯云全站加速)

Run

1. install
sudo pip uninstall tornado && pip install tornado==3.2.2
sudo easy_install kpages==0.9.0.dev
sudo easy_install pymongo==2.7
2. set config
vim setting.py
3. start
nohup python apprun.py &