Changes between Version 4 and Version 6 of Ticket #263
- Timestamp:
- Mar 11, 2009, 11:27:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263 – Description
v4 v6 11 11 == Implementation in Orxonox == 12 12 AI-controlled pawns are not obviously distinguishable from human controlled ones. Both inherit from Controller. So you will have to work with src/orxonox/objects/controllers/ArtificialController. 13 14 Think about a modular system to add new AI behaviour on a modular basis. Try to achieve interaction between different AI controlled entities without hardcoding every action explicitly, but based on a set of common rules.