/sudoku

A Sudoku implementation using modern techniques such as modern EcmaScript, Poi (Webpack, Babel etc.) and Vue

Primary LanguageJavaScript

Sudoku

A sudoku implementation using modern techniques such as modern EcmaScript, Poi (Webpack, Babel etc.) and Vue. Watch it live.

Demo

Quickstart

# Clone the repository
git clone https://github.com/AlexGustafsson/sudoku

# Enter the directory
cd sudoku

# Install dependencies and launch development server
npm install
npm start

# You can now go to http://localhost:4000

Table of contents

Quickstart
Algorithms
Utilities
Disclaimer

Features

Demo

Demo

Technology

Disclaimer

Although the project is very capable, it is not built with production in mind. Therefore there might be complications when trying to use the engine for large-scale projects meant for the public. The project was developed to easily use "play" Sudoku and as such it might not promote best practices nor be performant.