Skip to content

alxdrcirilo/sudoku-javascript

Repository files navigation

Sudoku

bun license

A simple Sudoku game written in JavaScript using the kaplay.js library.

sudoku

Installation

Setup instructions

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/alxdrcirilo/sudoku-javascript.git
  2. Install dependencies:
    bun install
  3. Run the project locally:
    bun run dev

Note

Check the Makefile for more commands. You can run make help to get a list of available commands.

Settings

You can change the number of randomly-pruned cells in the Sudoku board in the prune method in board.js.

Credits

Fonts

This project uses the Pixeloid font. Retrieved Dec 8, 2024, from https://ggbot.itch.io/pixeloid-font.

About

Sudoku written in JavaScript

Topics

Resources

License

Stars

Watchers

Forks