diff --git a/README.md b/README.md
index f7df8c51..8a06c041 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,64 @@
# Geographical Adventures
-A little work-in-progress geography game about delivering packages to different countries around the world.
-Made in the Unity game engine.
+## _A Geography Game_
+
+A little work-in-progress geography game about delivering packages to different countries around the world.
+
+## Features
+
+- Fly around the world with your plane
+- Deliver packages closest to the destination
+- Earth is displayed with the help of real datas such as height-map, wind-map, city lights-map...
+- Language and keybindings customization
+
+## Screenshots
-You can try playing the game in its current state [here.](https://sebastian.itch.io/geographical-adventures)
![Image](https://raw.githubusercontent.com/SebLague/Images/master/Geographical%20Adventures.jpg)
![Image](https://raw.githubusercontent.com/SebLague/Images/master/Geographical%20Adventures%202.jpg)
-# Development Videos
+
+## Development Videos
+> The development process of this game is showcased on videos
+
[Episode 01: I Tried Creating a Game Using Real-World Geographic Data](https://youtu.be/sLqXFF8mlEU)
[Episode 02: Trying to Improve My Geography Game with More Real-World Data](https://youtu.be/UXD97l7ZT0w)
[Episode 03: Polishing and Releasing My Little Geography Game](https://www.youtube.com/watch?v=pNp4ug5F6To)
+## Tech
+
+- [Unity] - cross-platform game engine
+
+And of course Geographical Adventures itself is open source with a [public repository][Repo-Link] on GitHub.
+
+## Installation
-# License
-This work is licensed under a
-[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
+### To play the game
+Download it from [here][Itch-Link]
+
+
+### To install the project and work on it
+1. Download the project files
+In Unity Hub :
+ 2. Add project from disk
+ 3. Download the right version of the editor
+ 4. Launch the project !
+
+## Contributing
+
+Want to contribute? Great!
+Feature requests, bug reports and pull requests are welcomed in [Issues][Repo-Issues-Link] and [Pull Requests][Repo-Pull-Link]
+
+
+## License
+
+This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
+
+[Repo-Link]:
+[Repo-Pull-Link]:
+[Repo-Issues-Link]:
+[Itch-Link]:
+[Unity]: