Skip to content

hookex/py2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

《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 &