- Python3
- pygame(
pip3 install pygame
)
- This program has 2 mode (1. Default mode, 2. Transition mode)
- Default mode is non-transition mode (line. 243 - 258 is commented out in "main.py").
- If you change to Transition mode, cancel line. 243 - 258 's comment.
-
Default mode
python3 main.py
- Press key "esc" => save panels information ./datas/chanp_panels*.txt & finish program
mkdir photos_for_film_quiz
- Put photos there
python3 film_quiz.py
-
Transition mode This mode needs rooter, main PC and 4 sub PCs.
- On rooter, setting each IP Address (e.g. rooter:
192.168.0.1
, main PC:192.168.0.2
, sub PC:192.168.0.3
-192.168.0.6
) - On sub terminal,
python3 sub.py
- On main terminal,
python3 main.py
- Later just like 1.iii - 1.v
- On rooter, setting each IP Address (e.g. rooter:
key | mode |
---|---|
'Esc' | quit program |
'r' | red team mode |
'g' | green team mode |
'w' | white team mode |
'b' | blue team mode |
'a' | attack chance mode |
'q' | all sub PC's color painting reset |
'c' | suggest function cancel |
',' | back 1 turn |
'.' | reset panels |
About BGM
key | mode |
---|---|
'm' | mistake BGM play |
's' | success BGM play |
'S' | all BGM stop |
't' | thinking time BGM play |