Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Viet281101 authored Jun 14, 2024
1 parent 65ddd08 commit 6a7e4fb
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +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**:

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.
## Preview

### Preview

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


- Polycube:
**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 @@ -38,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 6a7e4fb

Please sign in to comment.