1D-Pong game based on a LED strip with 150 LPD6803-controlled pixels. Game keeps score for 'best-of-21' game. Written for KL25Z

Dependencies:   MODSERIAL mbed

Revisions of main.cpp

Revision Date Message Actions
26:448ee3b0b481 2013-09-07 Adapted button with software debounce, made left button a bit easier (hitting sooner is OK) File  Diff  Annotate
25:3144a392690b 2013-09-03 GOGBOT PRODUCTION; File  Diff  Annotate
24:2b14f846cf28 2013-08-28 Changed scoring color, yellow for draw File  Diff  Annotate
23:861ceaca2518 2013-08-27 Updated scoring (indicates who's winning) and updated EOG / scoring with new game File  Diff  Annotate
22:a7619f315c0e 2013-08-27 paddle starts from center, output to RS232 is standardized for showcontrol board; File  Diff  Annotate
21:a554229e884b 2013-08-27 separated game code from more general paddle and button classes File  Diff  Annotate
20:a63273c11af0 2013-08-26 Made the speed selectio a bit more child-friendly, and swapped buttons File  Diff  Annotate
19:bb0179b9043f 2013-08-23 Working game! Paddle hit indicaition OK. Still have to find a way to make the game more interesting when advancing levels. Increase speed? File  Diff  Annotate
18:789e9fafa5f6 2013-08-23 With button hit indication. Some bug in paddle speed, have to work that out; File  Diff  Annotate
17:c5a38d01dfbe 2013-08-23 Last update before using GameButton File  Diff  Annotate
16:f0176e9e4a9d 2013-08-23 Added GameButton class. Not tested File  Diff  Annotate
15:72c494e934c8 2013-08-23 Corrected paddle for right position againg. Position NUMBER_OF_PIXELS-1 is where a hit is registered. File  Diff  Annotate
14:5b588ea6bd8f 2013-08-23 Adaptive speed depending on position where paddle is hit File  Diff  Annotate
13:e96098b6660d 2013-08-22 Improved paddle handling File  Diff  Annotate
12:97c71b84c984 2013-08-22 Somehow the ledstrip registers paddle at wrong spot? File  Diff  Annotate
11:fc80c39ba9f0 2013-08-22 Some minor cleanup, and corrected paddle detection for left hand player File  Diff  Annotate
10:6f9624c7425d 2013-08-21 Nastiness is now working File  Diff  Annotate
9:c5086fe3c0cc 2013-08-21 Added nastiness File  Diff  Annotate
8:f46db1ff5ec9 2013-08-21 Working game! File  Diff  Annotate
7:e605dbca7330 2013-08-21 Paddle now updates its own position; File  Diff  Annotate
6:c2040b4cf589 2013-08-21 First interaction! File  Diff  Annotate
5:d2e819018807 2013-08-21 Game Paddle working! File  Diff  Annotate
4:119537f0ff8e 2013-08-21 Increased SPI frequency, and update rate File  Diff  Annotate
3:a2b58da5c03b 2013-08-21 Added coloring to scoring File  Diff  Annotate
2:d2f8772a8db5 2013-08-21 Added scoring File  Diff  Annotate
1:7a2ec350cdf5 2013-08-21 Added 'WinLoose' to show who's won / lost File  Diff  Annotate
0:cde34c55fa20 2013-08-21 Demo application File  Diff  Annotate