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

Dependents:   Game_Controller_Project

Changes

RevisionDateWhoCommit message
15:bb213a2e282b 2017-05-04 Nathanj94 Doxygen updated so 'Update Docs' will work, which it didn't previously default tip
14:7d04607cae3b 2017-05-04 Nathanj94 Doxygen updated
13:f5e96e0c6a2e 2017-05-04 Nathanj94 (none)
12:ba07ab8cdc35 2017-04-27 Nathanj94 All documentation added
11:1995b5e6303c 2017-04-22 Nathanj94 Redundancy removed and files organised ready for notes to be written
10:c79adb627a37 2017-04-19 Nathanj94 removed redundant functions, improved efficiency of move function
9:252abbc93565 2017-04-18 Nathanj94 Trying to write a function to select the objects_speed before the game starts so there is less code in the game loop
8:27e7d776ac0b 2017-04-15 Nathanj94 Made the potentiometer dynamically control the speed at which objects fall, 5 settings included. Will later include UI design to choose speed before game
7:e567cd172d2a 2017-04-12 Nathanj94 No changes;
6:b5289217bbf2 2017-04-04 Nathanj94 Changed draw/undraw methods so they would do the same thing but with the extra "antifruit" made in Fruit library;
5:217e18adcba7 2017-03-31 Nathanj94 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
4:56ca80919a98 2017-03-27 Nathanj94 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
3:0c79211fdfe0 2017-03-23 Nathanj94 Improved names of functions and variables;; removed redundancy in the form of irrelevant variables
2:3f42da6a4c89 2017-03-21 Nathanj94 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
1:a05d10d3d33f 2017-03-17 Nathanj94 Objects.h developed; Objects.cpp developed; Basic functions completed
0:a1d36c50a0b7 2017-03-14 Nathanj94 Objects.h started