{{ define "battleNew" }} {{ template "head" . }} {{ template "nav" . }}

New battle

A battle is a collection of fights intended to be fought with multiple bots. In case you just want to try out two bots, create a quick battle!


Select the values you find appropriate. Bots can be added to the battle later.


{{ if .res }} {{ end }}
Archs: {{ range $idx, $arch := .archs }}{{ if $idx }},{{ end }} {{- end }}
Bits: {{ range $idx, $bit := .bits}}{{if $idx}},{{end}} {{- end }}
Arena size:
Max Rounds:
Public:
Owners {{ $viewerID := .user.ID }} {{ range $idx, $u := .users}}{{if $idx}},{{- end}} {{- end }}
{{ .res }}

Debug

{{ . }}
{{ template "footer" . }} {{ end }}