This commit is contained in:
louiscklaw
2025-02-01 02:02:45 +08:00
parent 8bf2589af5
commit 28bb51d79f
55 changed files with 4251 additions and 0 deletions

39
task1/notes.md Normal file
View File

@@ -0,0 +1,39 @@
---
tags: sba, hkdse, python,
---
- Player I vs Player 2
- Player I vs Computer
- The program can check who wins the game
你已經做左 ?
- handling old code +2
- Players can enter/edit/delete their names in the game +2
- The player record can be saved in a txt/csv file +2 (save record in txt/csv file)
- The game displays the records of all players +2
你想我幫手 ?
- 想要有 username password 嘅 login +0.5
- logout (included in login)
- 同埋佢哋係可以改 Password +0.5
- 有個掣可以 display record
### dev environment ?
it should be windows + python
```bash
pyenv deactivate
pyenv uninstall -f jktjoeaj703
pyenv virtualenv 3.9 jktjoeaj703
pyenv activate jktjoeaj703
pip install -r requirements.txt
```
# references
https://github.com/kitou88C39/py_original_GUI/tree/main
https://www.hkeaa.edu.hk/en/hkdse/assessment/assessment_framework/