Skip to content
Danila Rassokhin edited this page Oct 29, 2021 · 18 revisions

Welcome to the Progressive wiki!

Progressive is a simple game framework, which lets you to create real-time or interactive fiction games such as novels, text quests and much more!
Progressive gives you a structure and ready-made components to create games easily

Features

  • IoC/DI container for auto dependency injections, packages scanning and synchronized work of all components
  • Predefined way to game development: create game objects and attach some scripts to them
  • State management allows you to subscribe to game state changes
  • Global observer - the way your components can "talk" to each other
  • Component creator will help you to create some components with just one method call
  • Many useful annotations to reduce boilerplate code

Learn more

See some examples in Main or learn about components here

Clone this wiki locally