8000 GitHub - matan-h/blocksdoku: a mini-game inspired by Blockudoku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matan-h/blocksdoku

 
 

Repository files navigation

BlocksDoku

BlocksDoku is a mini-game inspired by Blockudoku, a popular block puzzle game that combines sudoku and Tetris elements. BlocksDoku is written in TypeScript and runs in the browser. This is a fork of the tomaswrobel/blocksdoku repository.

screenshot

How to play

The goal of BlocksDoku is to fill the 9x9 grid with blocks of different shapes and colors. You can drag and drop the blocks from the bottom panel to the grid. When you complete a full row, column, or 3x3 square, it will disappear and you will score points. The game ends when there is no more space for new blocks.

There is a online version here.

BlocksDoku is a Progressive Web App (PWA) and can be used offline after loading it once.

How to install

To install BlocksDoku locally, you need to have Node.js installed. Then, follow these steps:

  1. Clone this repository to your local machine: git clone https://github.com/matan-h/blocksdoku.git
  2. Navigate to the project folder: cd blocksdoku
  3. Install the dependencies: pnpm install
  4. Run the project: pnpm dev
  5. Open the localhost url your browser.

License

BlocksDoku is licensed under the MIT License, which means you can use, modify, and distribute it freely, as long as you give credit to the original author and include a copy of the license in your project.

About

a mini-game inspired by Blockudoku

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 68.2%
  • SCSS 21.0%
  • HTML 10.8%
0