-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
# Sudoku NSI | ||
Projet de fin d'année réalisé dans le cadre de cours de NSI Terminale. | ||
Projet de fin d'année réalisé dans le cadre des cours de NSI Terminale. | ||
|
||
![image](/media/img/affiche.png) | ||
|
||
## Outils utilisés : | ||
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) [![Image](media/img/brython.jpg)](https://brython.info/index.html) | ||
|
||
## Installation : | ||
## Sudoker du sudoku : | ||
|
||
- ### Via le site web : | ||
https://niilyx.github.io/sudoku-nsi/ | ||
|
||
- ### Via installation : | ||
<details> | ||
<summary>Avec git</summary> | ||
|
||
- Clonez le repo | ||
* `git clone https://github.com/Niilyx/sudoku-nsi.git` via HTTPS | ||
* `git clone [email protected]:Niilyx/sudoku-nsi.git` via SSH | ||
- Ouvrez le fichier [index.html](/index.html) avec votre navigateur | ||
</details> | ||
<hr> | ||
|
||
<details> | ||
<summary>Sans git</summary> | ||
|
||
|
@@ -30,10 +34,10 @@ Projet de fin d'année réalisé dans le cadre de cours de NSI Terminale. | |
Bon jeu ;) | ||
|
||
## Cahier des Charges : | ||
##### Partie logique : | ||
#### Partie logique : | ||
- Python/JavaScript [@Niilyx](https://github.com/Niilyx) [@Axxiar](https://github.com/Axxiar) | ||
|
||
##### Partie graphique : | ||
#### Partie graphique : | ||
- HTML + CSS (Valentyn) [@SH8LL3](https://github.com/SH8LL3), [@Axxiar](https://github.com/Axxiar) | ||
- Design des éléments et assets [@Aixiis](https://github.com/Aixiis) | ||
|
||
|