-
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
1 parent
50b4c6c
commit 3314f34
Showing
1 changed file
with
76 additions
and
2 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,2 +1,76 @@ | ||
# TwineGame-PerduDansUneForet | ||
Small narrative game in French made with the help of Twine: an open-source tool for interactive telling, nonlinear stories. | ||
<a name="readme-top"></a> | ||
|
||
<!-- PROJECT SHIELDS --> | ||
[![LinkedIn][linkedin-shield]][linkedin-url] | ||
<div class="badge-base LI-profile-badge" data-locale="fr_FR" data-size="medium" data-theme="dark" data-type="HORIZONTAL" data-vanity="danaé-albrecht-martin-541a02244" data-version="v1">Danaé ALBRECHT--MARTIN</div> | ||
|
||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<div align="center"> | ||
<h3 align="center"> Jeu narratif - Twine <br> "Vous êtes perdu dans une forêt" </h3> | ||
<br> | ||
<a align="center" href="https://dalbrechtmartin.github.io/TwineGame-PerduDansUneForet/">Demo</a> | ||
</div> | ||
|
||
<br> | ||
|
||
<!-- ABOUT THE PROJECT --> | ||
## À propos | ||
|
||
<br> | ||
|
||
Twine est un outil open source pour raconter des histoires interactives et non linéaires. | ||
|
||
Généralement, il n'y a pas besoin d'écrire de code pour créer une histoire simple avec Twine. <br> | ||
Cependant, il est tout à fait possible d'étendre une histoire avec des variables, une logique conditionnelle, des images, du CSS et du JavaScript etc. <br> | ||
Comme réalisé ici, avec ce projet. <br> | ||
|
||
Twine publie directement au format HTML. <br> | ||
Le fichier [index.html](#) à été créer automatiquement. | ||
|
||
*Cliquez sur le lien de [demo](https://dalbrechtmartin.github.io/TwineGame-PerduDansUneForet/) pour tester le jeu.* <br> | ||
!! JEU ENCORE EN COURS DE CRÉATION !! | ||
|
||
<!--[![Product Name Screen Shot][product-screenshot]](https://example.com)--> | ||
|
||
<br> | ||
|
||
### Outils | ||
|
||
<br> | ||
|
||
* [Twine](http://twinery.org/) | ||
|
||
<br> | ||
|
||
### Languages | ||
|
||
<br> | ||
|
||
* ![HTML] | ||
* ![CSS] | ||
* ![JavaScript] | ||
|
||
</div> | ||
|
||
<br> | ||
|
||
<!-- CONTACT --> | ||
## Contact | ||
|
||
<a href="mailto:[email protected]"><img src="https://img.shields.io/badge/[email protected]"></a> | ||
|
||
<br> | ||
<p align="right">(<a href="#readme-top">Retour en haut</a>)</p> | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
<!--[license-shield]: https://img.shields.io/github/license/icube-interface-projet-paradise/paradise-project-interface.svg?style=for-the-badge | ||
[license-url]: https://git.unistra.fr/icube-interface-projet-paradise/paradise-project-interface/blob/master/LICENSE.txt--> | ||
|
||
[linkedin-shield]: https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white | ||
[linkedin-url]: https://linkedin.com/in/danaé-albrechtmartin | ||
|
||
[HTML]: https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white | ||
[CSS]: https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white | ||
[JavaScript]: https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E |