Dependencies:   N5110 mbed

Revisions of main.cpp

Revision Date Message Actions
30:e6f59801ea2a 2015-05-06 Final with docs. included interrupts. File  Diff  Annotate
29:f70d927c3e11 2015-05-06 Fully complete. ready for publishing. File  Diff  Annotate
26:53ab8f8615dd 2015-05-03 final with docs. File  Diff  Annotate
23:986a6ad0d321 2015-05-03 started docs. but game wont work now File  Diff  Annotate
22:49fa2e1e8f4b 2015-05-02 also has power saving after 20 seconds. needs documentation and interrupt the power down mode using joystick if possible. File  Diff  Annotate
21:a239f5a92464 2015-05-01 100% finished. Need to do documentation File  Diff  Annotate
20:ef5e8840cb9a 2015-05-01 Finished. needs documenting and mute buzzer option File  Diff  Annotate
19:baa140ab4490 2015-05-01 writes and reads high score. Need to create function to overwrite score if it is better. File  Diff  Annotate
18:c93c501ed1c0 2015-04-30 writes but doesn't read File  Diff  Annotate
17:f56dd50acf2d 2015-04-30 saves values on new lines in excel. But only reads the firs line and not the last input to the file. File  Diff  Annotate
16:6723fa6c0f25 2015-04-30 New way of reading file File  Diff  Annotate
15:cf59cdffe546 2015-04-30 attempted to display written file, still only displays %i \n File  Diff  Annotate
14:c00b7a943fb5 2015-04-29 brightness and background music working. however screen and LED flash with the song - might be a problem with PWM pins (connecting etc). File  Diff  Annotate
13:677d398423f7 2015-04-28 BandVMenu() function is complete, with the outline of the brightness and volume functions written. Needs actually change the brightness and volume though. File  Diff  Annotate
12:5ab932192a97 2015-04-27 now also writes score to file File  Diff  Annotate
11:e5481bda1d6a 2015-04-27 All levels created. Need to save highscores, play background music, change brightness and volume. File  Diff  Annotate
10:ffac6dc620ff 2015-04-22 Basics for game complete. Need to do additional features. File  Diff  Annotate
9:7c687ed420de 2015-04-21 Currently working on menu function. File  Diff  Annotate
8:db2994eef1ab 2015-04-20 Wall and player object interact with each other, game over message appears when hitting a wall. still need to create screen boundaries. File  Diff  Annotate
7:b27a91c673dc 2015-04-20 when hitting a wall the phrase 'game over' is is displayed and after 5 seconds the game is continued. still need to generate walls and make them move. Also needs boundaries. File  Diff  Annotate
6:c257b2060803 2015-04-20 Player object moves in all directions, need to create boundaries and hitWall function. File  Diff  Annotate
5:200fa178cb3a 2015-04-20 new player object and moves in 4 directions, need to move in diagonals File  Diff  Annotate
4:7350adf1d7ec 2015-04-18 Player object moves upwards without leaving trail of pixels. Now need to move it in all other directions and edit getPixel() function so each pixel of the player object is defined (using lcd.getPixel(i-1, j)..(i-2, j)..(i-3, j)..etc). File  Diff  Annotate
3:11cbc2945fd7 2015-04-12 Cause object to move upwards, but leaves a trail. Need to get object to move in other directions and with no trail. File  Diff  Annotate
2:98a51d3c2e44 2015-04-12 LCD displays Player Object (cursor) File  Diff  Annotate
1:3b741adc82ea 2015-04-11 LCD screen has been initialised. File  Diff  Annotate
0:a28ad0db4228 2015-04-11 Basic commands for Joystick, still need to initialise LCD and display start screen. File  Diff  Annotate