Skip to content
View dalton-f's full-sized avatar
  • United Kingdom
  • 10:32 (UTC)

Block or report dalton-f

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dalton-f/README.md

Hi there! I'm Dalton. πŸ‘‹

About Me

const dalton = {
  pronouns: 'he' | 'him',
  languages: ['HTML', 'CSS', 'JavaScript', 'Python', 'Twig', 'Tailwind'],
  goal: ['Create a chess engine'],
}

πŸ‘‡ Current Projects

β™ŸοΈ Chess

A work-in-progress chess engine with supports FEN notation and randomly generated puzzles with custom analysis and training.

You can find this project here.

🏎️ F1 Insights

A detailed combination of tools which allow users to analyse Formula 1 telemtry data such as lap times and tyre strategys.

This project is built using Flask with a Python backend using the FastF1 API to fetch its data.

You can find this project here.

πŸ“Š Stats

Anurag's GitHub stats-Dark

Pinned Loading

  1. chess-engine chess-engine Public

    This project is a free chess engine with a built-in GUI that analyzes chess positions and calculates optimal moves.

    JavaScript