Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 638 Bytes

Forza Simulator

This is an experimental prototyoe using a relatively new function of Forza Motorsport & Horizon (XBOX game) called 'Data out', which allows the player to stream and export a wide range of driving data, such as speed, engine rev, G-force, etc. and visualize the data on a React-based web app.

Demo video

Installing

Clone or download the GitHub repository. Navigate to the folder and

npm install

Once all node modules are installed

npm start

The project should be running on http://localhost:3000