40 lines
883 B
Markdown
40 lines
883 B
Markdown
---
|
||
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/
|
||
|
||
|