plop
This commit is contained in:
parent
651371ef27
commit
e036bd55da
14
src/arenas/connectFour/act.php
Normal file
14
src/arenas/connectFour/act.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
require_once(__DIR__."/functions.php");
|
||||
switch ($_POST['act']){
|
||||
|
||||
case "fight":
|
||||
|
||||
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
function connectFour(bot1,bot2,xd_check){
|
||||
|
||||
}
|
|
@ -40,6 +40,6 @@ if(!$postParams){
|
|||
?>
|
||||
</select>
|
||||
</p>
|
||||
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="tictactoe(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
|
||||
<p><input type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="connectFour(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>');"></p>
|
||||
<div id="fightResult"></div>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue
Block a user