Computer Science Canada Does anyone have tips on some basic AI? |
Author: | gigaman [ Sat Feb 14, 2004 4:33 pm ] |
Post subject: | Does anyone have tips on some basic AI? |
i am writing an asteroids-like game and want to give AI to the enemy ships, or something that feels like it. |
Author: | Andy [ Sat Feb 14, 2004 5:36 pm ] |
Post subject: | |
is it in c++? ur question has nothing to do with c++... its a logic question... go check in the turing section for ideas |
Author: | Tony [ Sat Feb 14, 2004 5:54 pm ] |
Post subject: | |
it seems we would have to expand our forums into logical areas to discuss non-language specific aspects But ether way... the simpliest AI would be to rotate the emeny tawards the player and fly in that direction, shooting randomly |
Author: | Homer_simpson [ Sun Feb 15, 2004 12:37 am ] |
Post subject: | |
well if u wanna go beyond that you could become more creative... like create strategies to dodge bullets and stuff... or make the enemies communicate and plan something... |