2024-11-18 10:41:45 +01:00
# CNAM Geometry Dash
## À propos
Développement d'une reproduction du jeu [Geometry Dash ](https://fr.wikipedia.org/wiki/Geometry_Dash ) réalisé dans le cadre de la formation [Ingénieur en Informatique et Systèmes d'Information (SI), CNAM ](https://www.itii-alsace.fr/formations/informatique-et-systemes-dinformation-le-cnam/ ), pour les modules de Programmation Orientée Objet (POO) et de Méthodologie Systèmes d'Informations.
### Membres du groupe
- [Djelal BOUDJI ](https://github.com/djelalb )
- [Théo LUDWIG ](https://github.com/theoludwig )
- [Vincent PETT ](https://github.com/Vextriz )
2024-12-02 10:11:00 +01:00
### Documentation et Liens
2024-11-18 10:41:45 +01:00
2024-12-02 10:24:34 +01:00
- [Sujet ](./Documentation/Sujet-Projet-Geometry-Dash.pdf )
2024-11-18 10:41:45 +01:00
- [Kanban Board (Trello) ](https://trello.com/b/ugG5Siaw/cnam-geometry-dash )
2024-12-16 08:57:28 +01:00
- [Explication Diagrammes ](./Documentation/diagrammes.md )
- [Diagramme de GANTT ](./Documentation/gantt-diagram.gantt )
- [Diagrammes UML ](./Documentation/UML )
2024-12-02 10:24:34 +01:00
- [Conventions développement informatique ](./Documentation/conventions.md )
2024-12-16 08:57:28 +01:00
- [Unity - Prise de notes (Anglais) ](./Documentation/unity.md )
2024-11-18 10:41:45 +01:00
## Prérequis
2024-12-02 10:11:00 +01:00
[Unity ](https://unity.com/ ) v6000.0.25f1 (LTS)
2024-11-18 10:41:45 +01:00
## Installation
```sh
# Cloner le dépôt
git clone git@github.com:boudji-ludwig-pett/cnam-geometry-dash.git
# Se déplacer dans le dossier du projet
cd cnam-geometry-dash
2024-12-02 10:11:00 +01:00
# Ouvrir le projet avec Unity Hub
2024-11-18 10:41:45 +01:00
```