From 87d8538b6955be370876381ac6755b97e9887756 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:23:38 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40c5871..7f56ef0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ## gameSystem a python and vue gamesystem project for drawguess(你画我猜) and gobang(五子棋) @@ -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 @@ -34,5 +36,3 @@ conn = torndb.Connection(host='127.0.0.1', ![drawguess](./screenshot/screenshot2.png) ![chess](./screenshot/screenshot3.png) - -