skizzle/README.md

25 lines
433 B
Markdown
Raw Normal View History

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
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
```