Template:Mixup/json2gbt.py: Revision history

Template page

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2022

14 August 2022

  • curprev 03:4303:43, 14 August 2022Kalki talk contribs 2,303 bytes +2,303 Created page with "#!/usr/bin/env python3 import argparse import json def get_gambit_matrix(payoffs): rows = len(payoffs) cols = len(payoffs[0]) payoff_list = [] indices = []..."