wisemanstan123 / pde-graphics-5-sports-league

CSE1110 Assignment 5: Sports League
0 stars 0 forks source link

pde-graphics-5-sports-league

This assignment is based on your processing-console-assignment-2-formatting-text-output assignment. Start by copying the code from your completed processing-console-assignment-2-formatting-text-output into the repository for this assignment.

In this assignment you will be displaying the same table as in https://github.com/mariopineda/pde-console-2-formatting-text, but this time you will display the table using the text() command in the canvas.

Specifications:

Bonus Challenge

Store team info, number of wins and losses in arrays and generate the whole table using for loops.