Salesup24
Salesup24 is a simple interactive simulation constructor. User can make any dialogue system he want. For example, it's possible to create dialogue to test the knowledge of the refueller or so. Then change scenes, add questions and answers for this questions, add products, change persons, customize them, change person mood, terminate if mood drops below 0 and a lot of other features. All those features can work as web application or windows application. It contains constructor written with FLASH and 2 players. First of them written on FLASH (old version) and the second written using HTML5 technologies. Constructor can work both with players and make static projects for them. I've joined Salesup24 when system core was done and only implemented a new functionality and bugfixes. It's hard to explain what I did exactly because of big count of functionality but 1 of my tasks was to create FLASH worker which calculate max points and max money for dialogue. I made an iterative algorithm using graphs. Before my worker it was unreal to use more than 20 dialogue vertices because of calculation time. It was like several hours and each vertex increased time exponentially. And after worker it become several seconds or even less.