Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


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

Expand All @@ -17,7 +19,7 @@ test account:

## Usage

- `cd game_vue` and use 1.`npm install` and 2.`npm run dev` to start vue project
- `cd game_vue` and use 1.`npm install` and 2.`npm run serve` 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:
```python
Expand All @@ -34,5 +36,3 @@ conn = torndb.Connection(host='127.0.0.1',
![drawguess](./screenshot/screenshot2.png)

![chess](./screenshot/screenshot3.png)