Now that the results are out, I can upload my submission for the Bundeswettbewerb Informatik 2008, the German computing competition.
Download the Pizzaprofi application here!
Download the Pizzaprofi source code here!
This was the task:
Task 1: Pizzavision
Many people visiting a pizza restaurant enjoy to choose the ingredients of their pizza. It would be nice to see a preview of the created pizza on a computer screen. Every guest should be able to choose from 12 given ingredients. Always after adding or removing something, the image of the pizza should be regenerated.
The pizza images should avoid ordering mistakes, be a pleasure for the guest and encourage him to add more ingredients.1. Realize such a system
2. Document the ordering procedure with the shown pizza images.
I created an application that has got an ingredients list on the right side and shows you a randomly generated image on the left. All the algorithms are based on an initial number that can be set in the bottom left hand corner. Thus you can regenerate every image exactly the way it was if you remember the number.
The application can also save the generated image and shows you the price of your current pizza configuration. It’s all in German since the competition is a German one.
You can find the complete documentation and explanation here.
