https://github.com/alxdrcirilo/sudoku-javascript

Sudoku written in JavaScript

https://github.com/alxdrcirilo/sudoku-javascript

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary

Keywords

backtracking game kaplayjs sudoku
Last synced: 5 months ago · JSON representation

Repository

Sudoku written in JavaScript

Basic Info
  • Host: GitHub
  • Owner: alxdrcirilo
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 476 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
backtracking game kaplayjs sudoku
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

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.

Owner

  • Name: Alexandre Cirilo
  • Login: alxdrcirilo
  • Kind: user
  • Location: The Netherlands

GitHub Events

Total
  • Push event: 8
  • Create event: 3
Last Year
  • Push event: 8
  • Create event: 3

Dependencies

package-lock.json npm
  • 163 dependencies
package.json npm
  • esbuild ^0.24.0 development
  • gh-pages ^6.2.0 development
  • prettier ^3.4.1 development
  • serve ^14.2.4 development
  • kaplay ^3001.0.2