This post is my submission for DEV Education Track: Build Apps with Google AI Studio.
What I Built
6*6 Sudoku solver.
Prompt: Please create an app that solves a 6*6 sudoku game of numbers. Take inputs from user on the initial state of the sudoku puzzle and with push of a button shares the out put of the puzzle in a visual matrix form. Also explains what rules have been applied to solve the puzzle in a text field below the output sudoku matrix..
Demo
My Experience
It has been very delighting experience to build such an app with just a prompt.
What I like :
All the components code assistant - describing all the steps gemini has taken to build the app.
Code editor - Showing all the files and structures flawlessly
Preview - Generating the output nicely
What could have been better
Input matrix should have been with row and column borders for easy visibility.
The rules that is being described could have been little more structured
Top comments (0)