Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielsantoslima/sudoku
:brain: A web game to play sudoku built in Typescript.
https://github.com/gabrielsantoslima/sudoku
Last synced: about 10 hours ago
JSON representation
:brain: A web game to play sudoku built in Typescript.
- Host: GitHub
- URL: https://github.com/gabrielsantoslima/sudoku
- Owner: gabrielSantosLima
- License: mit
- Created: 2022-07-09T17:56:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T03:00:41.000Z (about 2 years ago)
- Last Synced: 2023-03-04T19:42:55.609Z (over 1 year ago)
- Language: TypeScript
- Homepage: sdk-bay.vercel.app
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SuDoKu
> A web game to play sudoku built in Typescript.
## Sumário
- [Installation](#instação)
- [Author](#autor)## Installation
```bash
git clone https://github.com/gabrielSantosLima/sdk.git # Clone the github projectcd sdk # Change directory
yarn # Install dependencies
yarn dev # Run the project
```## Author