Changeset 21293
- Timestamp:
- 10/14/08 02:04:41 (3 months ago)
- Files:
-
- 1 modified
-
lang/python/saichugen/gae/saichugen/main/views.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/saichugen/gae/saichugen/main/views.py
r21290 r21293 45 45 winner_of_turn = [], # [pid]*N 46 46 winner_of_round = [], # [[bool] * 3]*N 47 # TEMPORA LY CODE:247 # TEMPORARY CODE:2 48 48 # 上のは使いにくいので移行する 49 49 winner_of_round2 = [], # [pid]*(0..2) 50 # END TEMPORA LY CODE:250 # END TEMPORARY CODE:2 51 51 winner_of_game = [], #ゲーム終了後に勝者idが入る。引き分けのときは空 52 52 … … 343 343 msg = u"=== ラウンド %d ===" % (option + 1) 344 344 if game.is_finished: 345 if info.has_key("hands_log"): # TEMPORA LY CODE:2345 if info.has_key("hands_log"): # TEMPORARY CODE:2 346 346 msg += u"<br/>現在の手札: <br/>" 347 347 msg += "".join( … … 422 422 copy = [hand[:] for hand in hands] 423 423 info["hands_log"].append(copy) 424
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)