Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/younesrabeh/formula1

A basic Formula 1 racing game (WIP)
https://github.com/younesrabeh/formula1

formula1 java21 javafx-application

Last synced: about 1 month ago
JSON representation

A basic Formula 1 racing game (WIP)

Awesome Lists containing this project

README

        

# 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](https://github.com/YounesRabeh/Formula1/blob/5e109b40ff265a105488068bca2ba26d75febe97/github/doc/pseudocode.html)