Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathsou/picross3d
Picross 3D in the browser
https://github.com/nathsou/picross3d
3d editor hanjie nonograms paint-by-number picross puzzle
Last synced: 2 months ago
JSON representation
Picross 3D in the browser
- Host: GitHub
- URL: https://github.com/nathsou/picross3d
- Owner: nathsou
- Created: 2019-05-01T15:18:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:46:40.000Z (about 2 years ago)
- Last Synced: 2024-10-11T20:42:54.699Z (3 months ago)
- Topics: 3d, editor, hanjie, nonograms, paint-by-number, picross, puzzle
- Language: TypeScript
- Homepage: https://nathsou.github.io/Picross3D/dist/index.html
- Size: 3.45 MB
- Stars: 29
- Watchers: 1
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Picross 3D
3d [nonograms](https://www.wikiwand.com/en/Nonogram) in the browser
[](https://nathsou.github.io/Picross3D/dist/index.html)
## Features
- Puzzle Solver
- Puzzle Editor
- Multiple cell selection (drag mouse while down)
- .OBJ model to puzzle converter
- Export/Import puzzles to/from JSON## How to play?
The aim of a puzzle is to remove blocks according to the given hints in order to reveal the underlying shape.
## Controls
Controls can be changed in the Settings > Controls menu
| Action | Key (QWERTY) | Key (AZERTY) |
|----------------|--------------|--------------|
| Remove a block | W | Z |
| Paint a block | A | Q |
| Add a block | Q | A |## Hints
There are three types of hints :
### Simple hints
Indicates that there are 4 consecutive blocks in the line.
### Circle hints
Indicates that there are 3 blocks in the line, split in 2 groups exactly.
### Square hints
Indicates that there are 7 blocks in the line, split in at least 3 groups.