Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/younesrabeh/formula1
- Owner: YounesRabeh
- License: mit
- Created: 2024-06-26T12:13:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:03:33.000Z (about 1 month ago)
- Last Synced: 2024-11-08T10:19:40.542Z (about 1 month ago)
- Topics: formula1, java21, javafx-application
- Language: Java
- Homepage:
- Size: 2.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)