Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
25:28c57be06933 2018-05-08 ahmedhedait I have re-adjusted my last comments so the code to be completed. default tip
24:166d726b0f13 2018-05-08 ahmedhedait Doxygen documentation for classes completed.
23:6733f8b9c321 2018-05-08 ahmedhedait Added a welcome screen and when the game finishes the user could press start to re-start the game.
22:745b4d352183 2018-05-08 ahmedhedait I divided the code now into different classes and it works perfectly.
21:bcc84d5cb068 2018-05-08 ahmedhedait implemented the code in which when the ball reach the goal, bravo is printed and maze disappears.
20:041affa5e242 2018-05-08 ahmedhedait The ball is now capable of moving through the screen with the joystick.
19:c6ebd1394bda 2018-05-08 ahmedhedait I have implemented the drawing of the maze into its own class.
18:d18b9185fa4f 2018-05-08 ahmedhedait converted from using Joystick to the whole Gamepad.
17:68d4b4095d80 2018-05-08 ahmedhedait created separate classes
16:d120927b70ef 2018-05-08 ahmedhedait I have re-adjusted the for loop so that it works for both the vertical and horizontal walls;
15:03074b766973 2018-05-07 ahmedhedait Added some comments to make it easier and more understandable .
14:a6a905f2c430 2018-05-07 ahmedhedait I thought of erasing the score and draw a bigger maze in which makes more sense. About the score i could not figure out a way in which i could display the score on the other side of the nokia screen since its too small to display it.
13:98489418ac30 2018-05-07 ahmedhedait Just added that the LCD clears the screen if the ball has reached its goal and show "Bravo!" as the message that the user ended the game.
12:48e30c78ed26 2018-05-05 ahmedhedait I have now completed for the horizontal walls and the game is nearly finished.
11:80e9477d9330 2018-05-05 ahmedhedait Finished with the code of the vertical lines ;
10:f64c56a96ddc 2018-05-05 ahmedhedait I have created a for loop in which it helps me create easily a code that helps the ball not to go through it from both directions neither does it let the ball pass it from either bottom or the top.;
9:0f3c1b0d053f 2018-04-30 ahmedhedait I have done with the drawing of the maze. Its very basic i believe.
8:346c234fef94 2018-04-30 ahmedhedait I added simple rectangles to start the drawing of the maze, and did a code as well that will not let the ball overlap the walls of the maze.
7:c5c735f76d8a 2018-04-30 ahmedhedait i just added a small rectangle as the start of the maze.
6:6cbd0f7f7335 2018-04-30 ahmedhedait Whenever the ball goes out through the hole, a display of EndGame is being displayed in the center of the screen.;
5:713ff302791f 2018-04-30 ahmedhedait The ball now could get out of the opening of the maze without getting outside of any of the whole border. By other words, it will only exit through the hole and not anywhere else.
4:ae70d2be14e0 2018-04-30 ahmedhedait I finished with the coding of which the circle should not get outside the drawn borders of the maze.
3:8c1d53e31ed7 2018-04-30 ahmedhedait The small circle is being moved by the joystick.
2:a47f45c2fe6f 2018-04-30 ahmedhedait I updated that the small circle which starts at coordinates (5,5) moves in 4 different direction North,South,East,West without the circle getting back to its original position again.
1:12693f2959f8 2018-04-29 ahmedhedait Today i had drawn the outside borders of the maze with the circle on the top left. As well added a print string of scr in which i'd have the ability to display the time taken for the player to finish the maze.
0:1b04b9bacf5a 2018-04-10 ahmedhedait initial commit