請修改 template.py 中的 user function,不要修改其中的 main function 若要測試執行,請修改 game_set.py 中的設定,然後跑main.py
pip3 install pygame
for Windows, it's recommended to
python3 -m pip install pygame
https://github.com/howard9199/AIGoBang
VSCode
Python3
Live Share VSCode Extension (for NTNUCSIE Camp only)
pip3 install pygame
Competition System: main.py
(DO NOT EDIT)
Setting Competition System: game_set.py
Template: template.py
Useful functions: simplelib.py
(DO NOT EDIT)
Constant: variables.py
(DO NOT EDIT)
Please set up game_set.py
, and run python3 main.py
WARNING! The competition system can't execute your code if python3 not installed
- Mouse vs Computer test mode(mode=2)
- Competition mode(mode=3)
- Show the current stone
- Kill process when TIME LIMIT EXCEEDED
- Adjustable(using game_set.py)
- Subprocess?
- Sound effect(Can't hear if you use school computer, haha)
- Grouping system
- Round-robin tournament