readme
This commit is contained in:
parent
84d43edef4
commit
d59249252f
36
README.md
36
README.md
|
@ -1,4 +1,36 @@
|
|||
# botsArena
|
||||
in dev, arena for programming AI challenges
|
||||
Source code of [bot's Arena](https://botsarena.tinad.fr/)
|
||||
|
||||
See branch dev
|
||||
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
|
||||
To do:
|
||||
- English translation
|
||||
- Develop others arenas (thinking about Connect Four, tron, and maybe one day chess)
|
||||
- Fixes
|
||||
|
||||
# Contribute
|
||||
Make pull requests. 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 make your own bots to play challenges. It will be more funny having lot of bots in one arena than lot of arenas.
|
||||
|
||||
* Mysql structure is in the .sql
|
||||
* Apache/tomcat document root starts at ./html
|
||||
* copy src/config.php.empty to src/config.php
|
||||
|
||||
# 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.
|
Loading…
Reference in New Issue
Block a user