set compteur 5x5 ok

master
readhame 5 years ago
parent 198876a1c3
commit 5445b508b1

@ -144,6 +144,8 @@
<workItem from="1595846481132" duration="8260000" />
<workItem from="1595867825807" duration="4679000" />
<workItem from="1595932149409" duration="12275000" />
<workItem from="1596024979816" duration="5516000" />
<workItem from="1596107383639" duration="8696000" />
</task>
<servers />
</component>
@ -187,10 +189,10 @@
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="623" height="498" key="SwitcherDM/0.0.1920.1040@0.0.1920.1040" timestamp="1595243925469" />
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1595932416329">
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1596107413413">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1595932416329" />
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1596107413413" />
<state x="701" y="162" key="refactoring.ChangeSignatureDialog" timestamp="1593090265720">
<screen x="0" y="0" width="1920" height="1040" />
</state>

@ -74,7 +74,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'deal') {
$_SESSION['deckHS4'] = new Deck($_GET['action']);
$_SESSION['gameHS4'] = new Game($_SESSION['deckHS4']);
$game = $_SESSION['gameHS4'];
echo json_encode($game->start(54));
echo json_encode($game->start(40));
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save