Comment on Ask HN: Where to start on creating AI for games?Comments−ikeellis11yWhat I learned working for Brian Reynolds (Colonization, Civ2, Rise of Natopms. etc...)Step 1: int result = rand(100); switch (result) { //... do something simple }Step 2:Watch the AI until something dumb happens, improve the logic.
Comments
What I learned working for Brian Reynolds (Colonization, Civ2, Rise of Natopms. etc...)
Step 1: int result = rand(100); switch (result) { //... do something simple }
Step 2:
Watch the AI until something dumb happens, improve the logic.