% content_for :title, @game.title %>
<%= h(@game.memo) %>
<% end %>現在の参加者: <%= @game.participants.count %> / <%= @game.participants_count %>人
<% if @game.password_protected? %>※このゲームはパスワード保護されています
<% end %>あなたはこのゲームに参加しています
<% elsif @game.participants.count >= @game.participants_count %>このゲームは満員です
<% elsif !current_user %><%= link_to "ログイン", login_path %>してゲームに参加
<% end %> <% if current_user&.admin? || @game.administrator == current_user %>全参加者が国を選択してください
国選択を相談しませんか?
掲示板で他のプレイヤーと相談できます
結果: <%= @winner_info[:type] == "Solo Victory" ? "ソロ勝利" : "引き分け (Draw)" %>
<%= @winner_info[:type] == "Solo Victory" ? "勝者:" : "生存国:" %> <% @winner_info[:winners].each do |winner| %> <%= winner %> <% end %>
<% if @winner_info[:scores].present? %>スコア(<%= @game.scoring_system_name %>):
マップデータがありません
<% end %> <% end %>国を選択(または担当国でログイン)してください
秘密交渉や全体アナウンスはこちら
| 国名 | SC | Unit | 命令 |
|---|---|---|---|
| <%= status[:power] %> <% if status[:participant] %> (<%= status[:participant].user.username %>) <% end %> <% if status[:is_user] %> YOU <% elsif status[:participant].nil? %> NPC <% end %> <% if @latest_turn.draw_voted?(status[:power]) %> <% end %> | <%= status[:sc_count] %> | <%= status[:unit_count] %> | <% if status[:submitted] %> 完了 <% else %> 未完了 <% end %> |
-
⚠️ 全プレイヤーの命令入力が完了していません。
未完了: <%= @game.participants.where(orders_submitted: false).pluck(:power).compact.join(', ') %>
<% if @game.solo_mode? %> ソロモードのゲーム準備中... <% elsif @game.status == 'recruiting' %> プレイヤーの参加を待っています... <% else %> ゲーム準備中... <% end %>