Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Viet281101 committed Jun 15, 2024
2 parents 6d6ed1f + 6a7e4fb commit 6d672a4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@

# Polyominoes Tiling in JS (Pavages de Polyominos en JavaScript)

In pure html, css and javascript with ES6 modules.

### Description

- **EN**:
## Description

Learn about the Polyominoes and give the solutions of tiling with one or several fixed pieces, in 2D with the Canvas API, in 3D with the three.js library.

- **FR**:
## Preview

**Polyominoes**:
![Screenshot from 2024-06-15 01-36-33](https://github.com/Viet281101/PolyominosTiling/assets/77735678/45a08b7c-ded8-49f6-a119-1759ea16dbe9)

Il s'agit d'étudier les polyominos et de proposer des solutions de pavage avec une ou plusieurs pièces fixées, en 2D avec l'API Canvas, en 3D avec la librairie three.js.
**Polycube**:
![Screenshot from 2024-06-15 01-27-01](https://github.com/Viet281101/PolyominosTiling/assets/77735678/3376ba5f-a740-4f07-be51-79c195779d37)


### Infos research & documentation
## Infos research & documentation

**JavaScript**:
- [API Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
Expand All @@ -29,7 +30,7 @@ Il s'agit d'étudier les polyominos et de proposer des solutions de pavage avec
- [Tiling with Pentominos](https://demonstrations.wolfram.com/TilingWithPentominos/)


### Authors (Auteurs):
## Authors (Auteurs):

| Name (Nom) | N° student | GitHub |
| -------- | ------- | ---------------------------------------- |
Expand Down

0 comments on commit 6d672a4

Please sign in to comment.