multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Changes

RevisionDateWhoCommit message
37:8a0fc62a0512 2020-11-29 vsoltan finalizing code before writing report default tip
36:46bb54b669bc 2020-11-28 vsoltan starting to refactor
35:2c5e582a6ee2 2020-11-28 vsoltan more issues
34:b19f39ad74ac 2020-11-28 vsoltan issues with reconnecting...
33:98ba7b0b8c2b 2020-11-28 vsoltan added dynamic game over display
32:7cbf4d9a82af 2020-11-28 vsoltan flush the socket upon game restart
31:f70cf03c8ef9 2020-11-28 vsoltan removed print statements ;
30:59e9a5409e65 2020-11-28 vsoltan potential fix to replay-ability issue
29:4708bfb863cb 2020-11-28 vsoltan polishing code and added functionality for game countdown
28:a26a43cdaea8 2020-11-23 vsoltan removed print statements
27:fcc5fee18a24 2020-11-23 vsoltan fixed game over logic
26:ebadab157abe 2020-11-16 vsoltan some fixes
25:4a965eccb922 2020-11-16 vsoltan resolved issue where player number and game started were not being initialized correctly
24:05eb0b0ab554 2020-11-16 vsoltan can send move input and fixed graphics bugs;
23:c38680c32552 2020-11-16 vsoltan moving paddles work in progress
22:1c49e1fae846 2020-11-16 vsoltan improved ball rendering
21:992294ffabf4 2020-11-16 vsoltan update can now read nested JSON objects
20:b2687089661c 2020-11-15 vsoltan still need to change update gamestate to check for nested structure in JSON
19:58cc5465f647 2020-11-15 vsoltan some updates
18:32fce82690a1 2020-11-15 vsoltan added different types of server response and handling for each case
17:32ae1f106002 2020-11-14 vsoltan added menu to enter game, JSON de-serialization, and game state update.
16:7fd48cda0773 2020-11-13 vsoltan finished display wiring and added graphics class
15:9d90f68e53da 2020-11-12 vsoltan added game state object
14:6b20a930e1cb 2020-11-12 vsoltan added socket communication
13:95d44f7855ca 2020-11-10 denizguler mannnnnnn
12:91affff3be75 2020-11-10 vsoltan added ISRs, although still running into issues
11:d0a105f6743f 2020-11-10 vsoltan initial commit
10:1992d8ec32d2 2014-05-14 Kojto Update to the latest revisions
9:b1f794e55125 2013-06-04 emilmont Point to the latest libraries
8:1ce6f6a1ad5a 2013-03-01 emilmont Update libraries
7:dedf5dde9798 2012-08-01 emilmont Remove redundant UDPPacket class
6:25aad2d88749 2012-07-26 emilmont New UDP Socket API
5:2a1463aab8f2 2012-07-23 emilmont tidyup
4:98d5eb615c34 2012-07-16 donatien Updated EthernetInterface OS implementation to latest RTOS revision
3:fb93da311531 2012-07-15 donatien EthernetInterface library update
2:31d016a236b2 2012-07-03 donatien Updated EthernetInterface library
1:8e1d4987eb90 2012-06-26 donatien Switched from uint_8_t* to char* for data types
0:d85529a216ea 2012-06-26 donatien Initial Commit