https://github.com/b1f6c1c4/d4-pieces

Polyomino covering search in WebAssembly

https://github.com/b1f6c1c4/d4-pieces

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.1%) to scientific vocabulary

Keywords

algorithms backtracking geometry polyomino-solver
Last synced: 5 months ago · JSON representation

Repository

Polyomino covering search in WebAssembly

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
algorithms backtracking geometry polyomino-solver
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Polyomino Puzzle Solver

A web-based puzzle solver powered by a high-performance C++23 engine and an intuitive React frontend. This project visualizes the solution process for complex tiling puzzles using efficient backtracking search algorithms optimized with bit manipulation techniques.

Website

Puzzle Solver Demo

Features

  • Efficient Solving: Utilizes a backtracking search algorithm with fast bit manipulation optimizations for quick and accurate solutions.
  • Modern Tech Stack: Combines C++23 for high-performance computation with a React frontend for a responsive user interface.
  • Interactive UI: Clean and smooth UI styled with CSS and engaging animations.
  • WebAssembly Integration: High-performance C++ engine compiled to WebAssembly via Emscripten for seamless browser execution.

Tech Stack

  • Backend Engine: C++23 with performance optimizations
  • WebAssembly: Compiled using Emscripten for browser compatibility
  • Frontend: React.js & webpack
  • Styling: CSS & animations
  • Algorithm: Backtracking search with bit manipulation optimization

Installation

Prerequisites

  • Node.js
  • npm or yarn
  • Emscripten SDK for WebAssembly compilation

Build Steps

  1. Clone the Repository bash git clone --depth=1 https://github.com/yourusername/puzzle-solver.git cd puzzle-solver

  2. Install Dependencies bash (cd website && npm ci)

  3. Compile C++ Engine to WebAssembly bash ./compile.sh

  4. Run the Development Server bash (cd website && npm start)

  5. Open in Browser Visit http://localhost:3000 to interact with the puzzle solver.

Usage

  • Click Solve! to find a single solution.
  • Click Solve All! to enumerate all possible solutions.
  • Visualize the solution steps and puzzle configurations interactively.

License

This project is licensed under the MIT License.

Owner

  • Login: b1f6c1c4
  • Kind: user
  • Location: NJ, USA
  • Company: Princeton University

52BE D143 A92D BE96 2B83 092B 9BAC 0164 9600 1E70

GitHub Events

Total
  • Push event: 26
  • Create event: 2
Last Year
  • Push event: 26
  • Create event: 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels