====== LED Ping Pong Pong ====== We were going to create a pong game, that could use an array of LEDs as a screen. Rob made an awesome LED array. {{File:ping_pong_ball_array.jpg|300px}} And some code for it https://github.com/ormiret/micropython/blob/master/send-udp.py The code is living in https://github.com/hackerdeen/pong though it's not finished yet. Notes from IRC... ''actually that reminds me, andygasman: I "finished" the pingpong ball display (more than a week ago...). It's on the shelf of scotcon stuff above the bench in the workshop. I left a ndoemcu with it that'll drive it from UDP traffic. https://github.com/ormiret/micropython/blob/master/send-udp.py is what I was using to fire data at it. Might need IP updated, depends how sticky DHCP is in the space'' Notes and links... * https://www.youtube.com/watch?v=VFj6tDjslvs | https://www.instructables.com/id/Pong-with-8x8-Led-Matrix-on-Arduino/ * https://www.youtube.com/watch?v=xTCogmx0h1g * https://www.instructables.com/id/Arduino-LED-Pong/ * https://www.instructables.com/id/LED-Pong/ * https://medium.com/@liamzebedee/building-a-simple-pong-clone-on-the-raspberry-pi-using-an-led-matrix-and-gyroscope-876e43d742e3 * https://www.itopen.it/arduino-pong-with-8x8-led-matrix-and-max7219/ * http://programarcadegames.com/python_examples/show_file.php?file=pong.py * https://codereview.stackexchange.com/questions/194308/simple-python-pong-game * https://hackaday.io/project/11064-raspberry-pi-retro-gaming-led-display {{tag>project active electronics andyg ormiret}}