Skip to content

YounesRabeh/Formula1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F1-game

Important

As of now, the drawing parser is the only fully completed component of the project.


Current Progress

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.

Pseudocode Documentation

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