Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dota2_bots [2017/02/21 09:45] (current)
jakub.gemrot created
Line 1: Line 1:
 +<html><table border="0"> 
 +<tr> 
 +<td style="border-bottom: 1px solid lightgray;">Name:</td> 
 +<td> </td> 
 +<td><font color="blue">DOTA2 Bots</font></td> 
 +</tr> 
 +<tr> 
 +<td width="130" style="border-bottom: 1px solid lightgray;">You will learn:</td> 
 +<td> </td> 
 +<td>Lua, Game bot development, Rule-based AI, Game tree search</td> 
 +</tr> 
 +<tr> 
 +<td style="border-bottom: 1px solid lightgray;">Difficulty:</td> 
 +<td> </td> 
 +<td><font color="orange">moderate</font></td> 
 +</tr> 
 +<tr> 
 +<td style="border-bottom: 1px solid lightgray;">Excitement:</td> 
 +<td> </td> 
 +<td><font color="blue">DOTA2 game, praised by millions of players, gotta beat them all...</font></td> 
 +</tr> 
 +<tr> 
 +<td style="border-bottom: 1px solid lightgray;">Description:</td> 
 +<td> </td> 
 +<td><font color="black"> 
 +<a href="https://developer.valvesoftware.com/wiki/Dota_Bot_Scripting">DOTA 2 API</a> was released last year allowing you to create custom AI for <a href="http://blog.dota2.com/">DOTA 2</a> game! There are many <a href="http://www.dotafire.com/">tactics and strategies</a> involved. Will you be able to come up with AI of human-level intelligence? Well let's try to find out. 
 +<br/></br> 
 +The work has 6 parts:  
 +<ol> 
 +<li><font color="black" style="font-weight: normal;">study DOTA 2 API,</font></li> 
 +<li><font color="black" style="font-weight: normal;">investigate game phases (early, mid, late),</font></li> 
 +<li><font color="black" style="font-weight: normal;">investigate how players cooperate within the game</font></li> 
 +<li><font color="black" style="font-weight: normal;">identify a hero that would be manageable to implement in the given time scope,</font></li> 
 +<li><font color="black" style="font-weight: normal;">implement the bot</font></li> 
 +<li><font color="black" style="font-weight: normal;">evaluate it during online plays</font></li> 
 +</ol></font></td> 
 +</tr> 
 +</table></html>
dota2_bots.txt · Last modified: 2017/02/21 09:45 by jakub.gemrot