Important
As of now, the drawing parser is the only fully completed component of the project.
This repository features a Formula 1 game with a graphics rendering system for creating and visualizing tracks. The system utilizes a simple pseudocode language to define the map. A parser interprets these pseudocode commands to produce the visual output.
The pseudocode defines a set of instructions for initializing and drawing tracks on a canvas. Here’s an overview of how the pseudocode is structured with an example: link