Welcome to Sudoku, but it's one line and eight numbers are filled in.
It's a demo. C# with .NET is commonly used as the backend of web applications at my 2022 work place. Almost everyone I have talked to there has not heard of F#. So I have used this simple game to give them a tour of F# and F# technologies. That's why you'll see TUTORIAL comments around. These comments are only meant for newcomers, I assume the experts know what's going on.
Check out src/App.fs to dive into the code!
- dotnet SDK 6.0 or higher
- node.js
- Tailwind CSS - utility-first CSS framework
- Elmish - Core abstractions that follow Elm's "model view update" architecture
- Feliz - React DSL built on Fable.React
- React - JavaScript framework for building UIs
- Fable - Compiles F# into JavaScript
- Vite - Blazing fast build tool
Credit goes to jasiozet's template.
All contributions are welcome! I don't plan on coming back to this anytime soon, but I will leave issues if anyone wants to add more features.