tron
This commit is contained in:
parent
f5fbecb12b
commit
365dd04be5
|
@ -1 +1 @@
|
|||
Subproject commit 7c8b786228bb9e1561ff60a2d6f7f6ce91be6fee
|
||||
Subproject commit 1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a
|
0
src/arenas/tron/act.php
Normal file
0
src/arenas/tron/act.php
Normal file
0
src/arenas/tron/doc-en.html
Normal file
0
src/arenas/tron/doc-en.html
Normal file
0
src/arenas/tron/doc-fr.html
Normal file
0
src/arenas/tron/doc-fr.html
Normal file
0
src/arenas/tron/functions.php
Normal file
0
src/arenas/tron/functions.php
Normal file
0
src/arenas/tron/js.js
Normal file
0
src/arenas/tron/js.js
Normal file
0
src/arenas/tron/public.php
Normal file
0
src/arenas/tron/public.php
Normal file
|
@ -36,6 +36,14 @@ $arenas=array(
|
|||
'jsFile'=> "js.js",
|
||||
'cssFile'=> "style.css",
|
||||
'ludusUrl' => "/testBotScripts/connectfour.html"
|
||||
),
|
||||
array(
|
||||
'id' => "tron",
|
||||
'url' => "/tron",
|
||||
'title' => "Tron",
|
||||
'metaDescription' => 'Affrontements de bots à Tron',
|
||||
'jsFile'=> "js.js",
|
||||
'cssFile'=> "style.css"
|
||||
)
|
||||
|
||||
);
|
Loading…
Reference in New Issue
Block a user