/puzzletv

A web application for creating and solving different types of sudoku.

Primary LanguageTypeScriptOtherNOASSERTION

Puzzle TV

A web application for creating and solving different types of sudoku and pencil puzzles.

Installation

Clone the repository, install Node.js and npm, and run npm install.

Running the application

Run npm start to start the application and open http://localhost:3000 in the browser.

The page will reload if you make edits, but sometimes refreshing the tab is still necessary.

Understanding the codebase

The project is a frontend-only JavaScript/TypeScript application based on React for web components, MobX for global state management, Emotion for styles, and ably for web sockets.