mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
33 lines
1.0 KiB
Markdown
33 lines
1.0 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
|
|
|
|
- [Sujet](./docs/Sujet-Projet-Geometry-Dash.pdf)
|
|
- [Conventions développement informatique](./docs/conventions.md)
|
|
- [Kanban Board (Trello)](https://trello.com/b/ugG5Siaw/cnam-geometry-dash)
|
|
- [Diagrammes UML](./uml/README.md)
|
|
|
|
## Prérequis
|
|
|
|
[Unity](https://unity.com/)
|
|
|
|
## 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
|
|
```
|