{{ 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 }}
Public:
{{ .res }}
{{ template "footer" . }} {{ end }}