git clone https://github.com/mark0613/1111_NP_TetrisPlus.git
cd 1111_NP_TetrisPlus/
- 建立虛擬環境
python3 -m venv venv
- 進入虛擬環境(指令視作業系統而定)
- Windows:
venv\Scripts\activate
- Linux/MacOS:
source ./venv/bin/activate
- Windows:
pip install -r requirements.txt
- 建立資料庫
tetris_plus
cd server/
- 複製
.env.example
為.env
,並修改內容 python3 main.py
cd client/
python3 main.py