commit
01cc1a0cdd
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
.PHONY:update
|
||||||
|
update:
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
git submodule foreach git reset --hard
|
||||||
|
git submodule foreach git pull origin master
|
|
@ -7,13 +7,7 @@ It's a website for programming AI challenges. Everyone can read a game's specifi
|
||||||
|
|
||||||
# Still in dev
|
# Still in dev
|
||||||
- The stable website (Using github API, Vhost is synchronized to branch master) is [https://botsarena.tinad.fr/](https://botsarena.tinad.fr/)
|
- The stable website (Using github API, Vhost is synchronized to branch master) is [https://botsarena.tinad.fr/](https://botsarena.tinad.fr/)
|
||||||
- Dev [http://botsarena-dev.tinad.fr/](http://botsarena-dev.tinad.fr/) (synchronized on this repo 's dev branch), can show messages like "parse error","Internal server error" etc...
|
- Dev [http://botsarena-dev.tinad.fr/](http://botsarena-dev.tinad.fr/) (identifiant: plop password: plip) (synchronized on this repo 's dev branch),As it's a dev version you can show messages like "parse error","Internal server error" etc...
|
||||||
To do:
|
|
||||||
- English translation
|
|
||||||
- Develop others arenas (thinking about Connect Four, tron, and maybe one day chess)
|
|
||||||
- Fixes
|
|
||||||
- Show bot's description
|
|
||||||
- Page for bot's owners (manage description url etc...)
|
|
||||||
|
|
||||||
# Contribute
|
# Contribute
|
||||||
You are welcome, Make pull requests on branch dev. Im available on twitter [@gnieark](https://twitter.com/gnieark) in order to talk.
|
You are welcome, Make pull requests on branch dev. Im available on twitter [@gnieark](https://twitter.com/gnieark) in order to talk.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7c8b786228bb9e1561ff60a2d6f7f6ce91be6fee
|
Subproject commit 1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a
|
Loading…
Reference in New Issue
Block a user