https://github.com/alxdrcirilo/sudoku-javascript
Sudoku written in 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
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
A simple Sudoku game written in JavaScript using the kaplay.js library.

Installation
Setup instructions
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/alxdrcirilo/sudoku-javascript.git - Install dependencies:
bun install - Run the project locally:
bun run dev
[!NOTE] Check the
Makefilefor more commands. You can runmake helpto 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
- Repositories: 1
- Profile: https://github.com/alxdrcirilo
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