This was my final project for a class on OpenGL graphics. It's a game in which the user creates a smoothie by dragging fruits into a blender.
Click and drag fruits into the blender following the recipe in the top-left corner of the screen. When you're done, click the blender to blend up your smoothie. Text will appear letting you know whether you've won.
This game was inspired by a flashback I had to the kids' MMO Webkinz, in which there was a minigame where you'd do something similar.
To run:
make clean; make; ./final
Note: I've never tried compiling on Windows so who knows if that'll work.
ESC
- exit.m
- toggle between static and mobile camera mode- arrow keys - move camera if in mobile camera mode
- The dragging code is completely cheat-y and won't work if you resize the window or go into mobile camera mode
A lot of this code is adapted from example code by my instructor, Willem "Vlakkies" Schreuder. The original code is available here.
Most of the textures in this program are heavily modified from the source images.
- Kitchen
- Fruits
- Other