From 6a7e4fbebcaa992fe871681bb2dc9078bb401ab2 Mon Sep 17 00:00:00 2001 From: Viet Nguyen <77735678+Viet281101@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:49:19 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 21b6556..363126e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 | | -------- | ------- | ---------------------------------------- |