botsArena

所属分类:人工智能/神经网络/深度学习
开发工具:HTML
文件大小:772KB
下载次数:0
上传日期:2019-10-26 21:06:40
上 传 者sh-1993
说明:  botsArena,人工智能编程挑战的竞技场
(botsArena,arena for programming AI challenges)

文件列表:
Dockerfile (710, 2019-10-27)
LICENSE (35147, 2019-10-27)
Makefile (150, 2019-10-27)
countBattles.txt (4, 2019-10-27)
dockerConfig (0, 2019-10-27)
dockerConfig\populate_mysql.sh (434, 2019-10-27)
dockerConfig\run.sh (402, 2019-10-27)
html (0, 2019-10-27)
html\.htaccess (780, 2019-10-27)
html\imgs (0, 2019-10-27)
html\imgs\Arenes-Nimes.jpg (563427, 2019-10-27)
html\imgs\Bronze_Medal.svg (22516, 2019-10-27)
html\imgs\Emoji_u1f4a9.svg (4738, 2019-10-27)
html\imgs\Gold_Medal.svg (117079, 2019-10-27)
html\imgs\Silver_Medal.svg (21561, 2019-10-27)
html\index.php (10672, 2019-10-27)
html\log.txt (4229886, 2019-10-27)
html\principe.gif (24642, 2019-10-27)
html\style.css (2347, 2019-10-27)
html\testBotScripts (0, 2019-10-27)
html\testBotScripts\connectfour.html (11782, 2019-10-27)
html\testBotScripts\index.html (0, 2019-10-27)
html\testBotScripts\tictactoe.html (10073, 2019-10-27)
html\testBotScripts\tron.html (6344, 2019-10-27)
install.sql (4301, 2019-10-27)
lang (0, 2019-10-27)
lang\en.php (3100, 2019-10-27)
lang\fr.php (3246, 2019-10-27)
src (0, 2019-10-27)
src\DUEL.php (1736, 2019-10-27)
src\PHPMailer (0, 2019-10-27)
src\about.html (14, 2019-10-27)
src\aboutBot.php (628, 2019-10-27)
src\act.php (7852, 2019-10-27)
src\addBot.php (3083, 2019-10-27)
src\arenas (0, 2019-10-27)
... ...

# botsArena Source code of [bot's Arena](https://botsarena.tinad.fr/) It's a website for programming AI challenges. Everyone can read a game's specifications. Program a bot for play to it. Host the bot and register on bot's Arena. ![image](https://raw.githubusercontent.com/gnieark/botsArena/master/html/principe.gif) # Still in dev - The stable website (Using github API, Vhost is synchronized to branch master) is [https://botsarena.tinad.fr/](https://botsarena.tinad.fr/) # Contribute You are welcome, Make pull requests on branch dev. Im available on twitter [@gnieark](https://twitter.com/gnieark) in order to talk. # install it I'd better like you to help me to improve [bot's Arena](https://botsarena.tinad.fr/), and you to make your own bots to play challenges. It would be more funny having lot of bots in one arena rather than lot of arenas. See dockerFile and associated scripts to understand what is needed. To test an image of bots arena with docker: make docker build . docker run --name hey -p 127.0.0.1:8080:80 DockerImageId For nginx Rewrite rules in server directive are: rewrite '^/([a-zA-Z]{1,})/doc-([a-z]{2})$' /index.php?doc=$1&lang=$2 last; rewrite '^/p/([a-zA-Z]{1,})/(.*)-([a-z]{2})$' /index.php?page=$1¶ms=$2&lang=$3 last; rewrite '^/p/([a-zA-Z]{1,})/(.*)$' /index.php?page=$1¶ms=$2 last; rewrite '^/p/(.*)-([a-z]{2})$' /index.php?page=$1&lang=$2 last; rewrite '^/p/(.*)$' /index.php?page=$1 last; rewrite '^/([a-zA-Z]{1,})/scores$' /index.php?scores=$1 last; rewrite '^/([a-zA-Z]{1,})-([a-z]{2})$' /index.php?arena=$1&lang=$2 last; rewrite '^/([a-zA-Z]{1,})/doc$' /index.php?doc=$1 last; rewrite '^/([a-zA-Z]{1,})$' /index.php?arena=$1 last; # License Bot's Arena , Website for Artificials intelligences duels. Copyright (C) 2015-2016 [Gnieark](https://blog-du-grouik.tinad.fr/) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

近期下载者

相关文件


收藏者