Skip to content

a gamesystem for drawguess(你画我猜) and gobang(五子棋)

Notifications You must be signed in to change notification settings

SHocker-Yu/gameSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameSystem

a python and vue gamesystem project for drawguess(你画我猜) and gobang(五子棋)

Installation

  • install redis
  • install mysql
  • install python module
    • tornado
    • torndb (dependency MySQLdb)
    • redis
  • install npm

Usage

  • cd game_vue and use npm run dev to start vue project
  • create mysql database and named partyplay, next import sql.sql to partyplay;
  • cd game_server and vim common.py to 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_server and use python server to start server

screenshot

hall

drawguess

chess

About

a gamesystem for drawguess(你画我猜) and gobang(五子棋)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.6%
  • Vue 37.8%
  • JavaScript 15.3%
  • CSS 4.1%
  • HTML 0.2%