2016-03-18 18:58:36 +00:00
|
|
|
<div style="text-align: center;">
|
|
|
|
<img src="https://cdn.rawgit.com/matteodelabre/projet-cmi/master/docs/screenshots/02.png" alt="Capture d'écran du jeu" />
|
|
|
|
</div>
|
2016-03-18 18:57:04 +00:00
|
|
|
|
2016-03-04 12:50:52 +00:00
|
|
|
# projet-cmi
|
2016-03-18 18:57:04 +00:00
|
|
|
|
2016-03-04 12:50:52 +00:00
|
|
|
Projet CMI
|
2016-03-12 18:03:01 +00:00
|
|
|
|
|
|
|
Arborescence :
|
|
|
|
|
|
|
|
```
|
|
|
|
- docs : comptes-rendus, rapports et autres documents
|
|
|
|
- res : ressources (textures, images, musique)
|
|
|
|
- src : code source (.cpp)
|
|
|
|
- include : en-têtes (.hpp)
|
|
|
|
```
|
|
|
|
|
|
|
|
Compilation :
|
|
|
|
|
|
|
|
```
|
|
|
|
$ cd projet-cmi
|
|
|
|
$ cmake .
|
|
|
|
$ make
|
|
|
|
```
|