https://github.com/b1f6c1c4/d4-pieces
Polyomino covering search in WebAssembly
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
Repository
Polyomino covering search in WebAssembly
Basic Info
- Host: GitHub
- Owner: b1f6c1c4
- License: mit
- Language: C++
- Default Branch: master
- Homepage: https://d4-pieces.netlify.app/
- Size: 603 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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.
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
Clone the Repository
bash git clone --depth=1 https://github.com/yourusername/puzzle-solver.git cd puzzle-solverInstall Dependencies
bash (cd website && npm ci)Compile C++ Engine to WebAssembly
bash ./compile.shRun the Development Server
bash (cd website && npm start)Open in Browser Visit
http://localhost:3000to 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
- Repositories: 26
- Profile: https://github.com/b1f6c1c4
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
