Prints objects on to a Nokia N5110 LCD display and makes them 'fall' down the display.

Dependents:   Game_Controller_Project

Revisions of Objects.cpp

Revision Date Message Actions
13:f5e96e0c6a2e 2017-05-04 (none) File  Diff  Annotate
12:ba07ab8cdc35 2017-04-27 All documentation added File  Diff  Annotate
11:1995b5e6303c 2017-04-22 Redundancy removed and files organised ready for notes to be written File  Diff  Annotate
10:c79adb627a37 2017-04-19 removed redundant functions, improved efficiency of move function File  Diff  Annotate
9:252abbc93565 2017-04-18 Trying to write a function to select the objects_speed before the game starts so there is less code in the game loop File  Diff  Annotate
8:27e7d776ac0b 2017-04-15 Made the potentiometer dynamically control the speed at which objects fall, 5 settings included. Will later include UI design to choose speed before game File  Diff  Annotate
7:e567cd172d2a 2017-04-12 No changes; File  Diff  Annotate
6:b5289217bbf2 2017-04-04 Changed draw/undraw methods so they would do the same thing but with the extra "antifruit" made in Fruit library; File  Diff  Annotate
5:217e18adcba7 2017-03-31 When a "fruit" is selected a variable called score_var is given a value, this value is used to call the correct add_score method from basket File  Diff  Annotate
4:56ca80919a98 2017-03-27 Re-wrote draw and undraw functions;; They now draw/undraw a shape from the Fruit library based on a random number which is selected in init function, therefore it is selected upon start, miss or catch File  Diff  Annotate
3:0c79211fdfe0 2017-03-23 Improved names of functions and variables;; removed redundancy in the form of irrelevant variables File  Diff  Annotate
2:3f42da6a4c89 2017-03-21 functions added to get x and y coords for collision functions,; also srand() added to init function to make object entry points random with every reset File  Diff  Annotate
1:a05d10d3d33f 2017-03-17 Objects.h developed; Objects.cpp developed; Basic functions completed File  Diff  Annotate
0:a1d36c50a0b7 2017-03-14 Objects.h started File  Diff  Annotate