marcinbunsch / f1simulation-solid

A little F1 simulation experiment with visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SolidJS F1 Simulator

This is a little fun project which mixes a few things I wanted to try:

  • SolidJS
  • Building a game loop and rendering it in Solid
  • Simulating an F1 race

My inspiration was Motorsport Manager 3, one of my favorite games. I wanted to see if I could build a similar game in - I focused on the race part. It meant I needed to have a game loop, rendering, physics simulation, and even a little AI (for pit stops).

You can see it in action here: https://bunsch.pl/f1simulation/.

How to run

$ pnpm install # or npm install or yarn install

Afterwards

$ pnpm dev # or npm run dev or yarn dev

About

A little F1 simulation experiment with visualization


Languages

Language:TypeScript 97.0%Language:HTML 1.6%Language:CSS 1.0%Language:JavaScript 0.4%Language:Makefile 0.0%