Tasks:Dialogue

From Adonthell
Revision as of 18:50, 18 June 2005 by Ksterker (talk | contribs) (port dialogue engine task)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Contents

Overview

The dialogue engine drives the conversations between player and NPCs.

Dependencies

  • GUI for parts other than lowlevel code

Requirements

  • Mainly needs be ported from v0.3 branch to v0.4
  • Only lowlevel functionality implemented in engine
  • GUI should be written in Python, to allow modifications by game authors
  • GUI should contain history of conversation
  • Player's choices should be numbered from 1 to n

References