Install the required dependencies:
pip install -r requirements.txtBefore starting, you need to initialize the database, which will load the data from the files in the data folder.
cd typegame
python /db/db.pyTo start the Flask application
python app.pyThen, simply enter the student ID from the /data/userinfo.txt file to start the game.
Please use the following commit type
Feat: Add new feature
Fix: Fix bug
Docs: Update documentation
Style: Adjust code style without functional changes
Refactor: Refactor code without fixing bugs or adding new features
Test: Add or modify test code