Insomniumm / bwsal

Automatically exported from code.google.com/p/bwsal
0 stars 0 forks source link

Expected Damage Calculator #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Compute expected average damage the enemy can inflict per frame on each
tile. Update incrementally so the game doesn't slow to a crawl. 

Original issue reported on code.google.com by lowerlo...@gmail.com on 2 Jun 2010 at 5:34

GoogleCodeExporter commented 8 years ago
2 values for each tile - air damage and ground damage

Original comment by lowerlo...@gmail.com on 2 Jun 2010 at 5:35

GoogleCodeExporter commented 8 years ago
There is a MapManager doing that, that you can take code from here: 
http://github.com/SnippyHolloW/BroodwarBotQ/blob/master/src/Regions/MapManager.h

I intend to make it use DPS instead of raw damages.

Original comment by gabriel....@gmail.com on 30 Sep 2010 at 8:10