mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# 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)
|
|
|
|
### Documentation et Liens
|
|
|
|
- [Sujet](./Documentation/Sujet-Projet-Geometry-Dash.pdf)
|
|
- [Kanban Board (Trello)](https://trello.com/b/ugG5Siaw/cnam-geometry-dash)
|
|
- [Diagrammes UML](./UML)
|
|
- [Conventions développement informatique](./Documentation/conventions.md)
|
|
|
|
## Prérequis
|
|
|
|
[Unity](https://unity.com/) v6000.0.25f1 (LTS)
|
|
|
|
## 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
|
|
|
|
# Ouvrir le projet avec Unity Hub
|
|
```
|