Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
19 stars 48 forks source link

N Queens Solver UI update #239

Closed Surajit0573 closed 8 months ago

Surajit0573 commented 8 months ago
  1. Make it responsive to all devices.
  2. Match the colors with the other solvers.
  3. Match the fonts with the other solvers.
  4. Add hover effects and styles to the buttons and input sections.

I want to work on this under JWOC 2024.

Spandan-Bhattacharya commented 8 months ago

@Surajit0573 Go for it! Also make it so that when the value of n is chosen from the dropdown, it resets the board and changes the grid to the required n value. Currently, that happens after solve is pressed.