This project has 2 uses. 1) There is a block inside that will generate a specific row of Pascal's Triangle. For example, inputting 3 will result in the third row: 1,3,3,1. Note that the tip of the triangle (a single 1) is row zero. I created this block for a different project, and if anyone should need that block, feel free to use it in your projects. 2) Click the cat to generate the list of Pascal's triangle. It will infinitely generate the rows of Pascal's triangle (in list form). There is a high score for most rows generated too! The stop button will stop the generation, but note that clicking the cat again to restart will reset your progress.