This project recreates a simple version of the 1980s Breakout game where the player controls a paddle to bounce a ball and break bricks. The main goal of this project is learning by building, with an ...
Develop an interpreter that reads turtle programs from a text file and converts them into abstract syntax trees. Enable the execution of turtle programs based on the generated abstract syntax trees.