Simple AI Difficulty Calculator for F1 2022. Find the best AI level to use per track based on your best Time Trial lap time.
This project was originally pure HTML and typescript with webpack. I made it to learn the basics of TypeScript. Since then I have rewritten the interactivity with SvelteKit to get a basic understanding of what that ha to offer.
The original Webpack branch can be found at 'html-ts-only'
Lastly, I also tried implementing neumorphism design into the app. Personally not my cup of tea.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/jolbol1/f1-calc.git
- Install NPM packages
npm install
Simply select the track, and enter your best lap time from an equal performance Time Trial, and click calculate. The app will display the closest lap time and the AI level that set it.
- Code cleanup
- Lap time graphing
- UI Redesign
- Mobile consideration
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project uses commitizen and follows the conventional-commit format, with gitmojis! These are dev dependencies and will use hooks to help you submit the right commit message when running `git commit -m 'message'.
This project also runs prettier an eslint when commiting.
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @JollyShopland - [email protected]
Project Link: https://github.com/jolbol1/f1-calc