a python and vue gamesystem project for drawguess(你画我猜) and gobang(五子棋)
demo: gamesystem link
test account:
- username: zsh password: 123
- username: zyl password: 123
- install redis
- install mysql
- install python module
- tornado
- torndb (dependency MySQLdb)
- redis
- install npm
cd game_vueand use 1.npm installand 2.npm run devto start vue project- create mysql database and named partyplay, next import sql.sql to partyplay;
cd game_serverandvim common.pyto change password for Mysql connect:
conn = torndb.Connection(host='127.0.0.1',
database='partyplay',
user='root',
password='******', ) # need change to your password- start redis server and
cd game_serverand usepython server.pyto start server


