Learn to Code
John F. Dumas
contact me | resume | how it works | example programs | testimonials | main page

Php - Tinkertoys


► Problem: Output a grid of circles randomly connected to their diagonal neighbor. Draw the connection either from the upper right circle to the lower left circle or from the upper left circle to the lower right circle. Use svg for your output.


► Example Output:



Source code


Back to Example Program Index


© John F. Dumas | johnfdumas@gmail.com | main page | top of page