Opened 18 years ago
Last modified 17 years ago
#215 new defect
Enhance/Rewrite AI
Reported by: | bknecht | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | Old Orxonox tickets orx-v0 |
Component: | AI | Version: | 0.0.1 |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
Introduction
The current AI of the vertical scroller mode has some flaws. Those flaws have either be solved or if you want you can take a new approach on the problem.
http://www.newfreedownloads.com/imgs/7604-w400.jpg
Goal
We want a flexible AI for the vertical scroller mode. We'd like to enhance it later on to 3D, so while implementing you should keep that in mind. AI must shoot, evade and fly around.
Implementation
Look at the existing AI and see where there's room for improvement. You will learn quickly what you can do in Orxonox with this example. You should soon decide if you want to start over again or if you want to enhance the AI we already have.
At the moment, the AI expects the player always to be flying along the x-axis also it's not too simple to change distances and stuff. Implement different behaviors and think of ways to change parameters quickly on run time.
Change History (1)
comment:1 Changed 17 years ago by bknecht
- Milestone changed from 0.5.0_basic_single_player to Old Orxonox tickets
Milestone 0.5.0_basic_single_player deleted