Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bernard-borg/sudokuapp

A Sudoku app built using VueJS (Typescript) and Pinia as a project to learn Vue, Typescript and front-end state management
https://github.com/bernard-borg/sudokuapp

Last synced: about 1 month ago
JSON representation

A Sudoku app built using VueJS (Typescript) and Pinia as a project to learn Vue, Typescript and front-end state management

Awesome Lists containing this project

README

        

# SudokuApp

A minimalistic Sudoku game created as a project to learn the basics of VueJS, Typescript, and front-end state managemeent through the Pinia library.
Moreover, it also served as an introduction to Vite.

## Features

The game allows the user to play sudoku, generate new boards on the fly with 3 difficulty settings (Easy, Medium or Hard). The game also provides a hint
option, which shows the solution to the board to help the user when stuck. The sudoku board is traversable using the mouse or using the arrow keys. The
user can check whether their solution is correct by clicking "Check Board" and the board can also be reset to its original state using "Reset Board".