X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=tictactoe%2Ftictactoe.jsx;h=f1426ecff4f443c8837237fffd8caeef3f751153;hp=71690b91e2ecf7692790eeb5517080aa35ef5653;hb=80b53fb35b2026f0100572fc744d659532efe3f0;hpb=e804009ec5cc7bb804c229915ce1c8ebedaa88c7 diff --git a/tictactoe/tictactoe.jsx b/tictactoe/tictactoe.jsx index 71690b9..f1426ec 100644 --- a/tictactoe/tictactoe.jsx +++ b/tictactoe/tictactoe.jsx @@ -241,6 +241,10 @@ class Game extends React.Component { } } + join_team(team) { + fetch_put_json("player", {team: team}); + } + render() { const history = this.state.history; const current = history[this.state.step_number]; @@ -266,6 +270,11 @@ class Game extends React.Component { team={this.state.player_info.team} />,
+ +   +
{status}