Skip to content

Commit 0cfb633

Browse files
authored
Update index.md
1 parent 2b97941 commit 0cfb633

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
![botbowl](https://github.com/njustesen/botbowl/raw/main/docs/img/botbowl.png "botbowl")
44

5-
Bot Bowl is an annual AI competition in the board game [Blood Bowl](https://en.wikipedia.org/wiki/Blood_Bowl) (Games Workshop). Blood Bowl is a fully-observable, stochastic, turn-based, modern-style board game with a grid-based game board. At first sight, the game ought to be approachable by numerous game-playing algorithms. However, as all pieces on the board belonging to a player can be moved several times each turn, the turn-wise branching factor
6-
becomes overwhelming for traditional algorithms. Additionally, scoring points in the game is rare and difficult, which makes it hard to design heuristics for search algorithms or apply reinforcement learning.
5+
Bot Bowl is an annual AI competition in the board game [Blood Bowl](https://en.wikipedia.org/wiki/Blood_Bowl) (Games Workshop). Blood Bowl is a fully-observable, stochastic, turn-based, modern-style board game with a grid-based game board. At first sight, the game ought to be approachable by numerous game-playing algorithms. However, as all pieces on the board belonging to a player can be moved several times each turn, the turn-wise branching factor becomes overwhelming for traditional algorithms. Additionally, scoring points in the game is rare and difficult, which makes it hard to design heuristics for search algorithms or apply reinforcement learning.
76

87
We see Blood Bowl as the next board game challenge for AI. You can read more about this in our paper [Blood Bowl: A New Board Game Challenge and Competition for AI](https://njustesen.github.io/njustesen/publications/justesen2019blood.pdf).
98

109
Go to the [tutorials](tutorials.md) page to get started or read more about the upcoming [Bot Bowl IV](bot-bowl-iv.md).
1110

12-
The Bot Bowl competitions are organized by [Niels Justesen](http://www.njustesen.com).
11+
The Bot Bowl competitions are organized by [Niels Justesen](http://www.njustesen.com) and the repoistory is hosted here on GitHub [https://github.com/njustesen/botbowl](https://github.com/njustesen/botbowl).
1312

1413
## Disclaimers and Copyrighted Art
1514
Bot Bowl is not affiliated with or endorsed by any company and/or trademark. Bot Bowl is an open research framework and the authors have no commercial interests in this project. The web interface in Bot Bowl currently uses a small set of icons from the Fantasy Football Client. These icons are not included in the license of Bot Bowl. If you are the author of these icons and don't want us to use them in this project, please contact us at njustesen at gmail dot com, and we will replace them ASAP. The team icons are from FUMBBL and are used with permission. The license described in [LICENSE](LICENSE) only covers the source code - not any of the graphics files.

0 commit comments

Comments
 (0)