Menu

Roadmap

Janet Hunt

General Purpose

Experience shows that most applications share a common set of tasks, or type of tasks, which either lay the foundations of the program or execute typical solutions to typical problems.

PetraGameFrame targets to offer a Java package that allows to quickly set up professional solutions to foundation problems of larger or mid-range applications, thus sparing a lot of time in development and testing. The covered topics are: Access to external data (resources), internationalization (e.g. text resources), program options. Further to that, PetraGameFrame seeks to offer general and tailorable solutions for typical problems of computer games, ranging from map handling and model-building to display assistance. Details to topics have to be seen in the future.

Roadmap

Milestone 1: Data Foundations

  • masked access to read-only resources
  • masked access to I18N texts
  • persistence and design of program options (preferences)

Milestone 2: Application Framework

Classes to maintain an application frame and command execution

  • GUI base structures and utilities
  • Command and Multi-Threading conception
  • Action handling
  • General utilities

Related

Wiki: Main_Page