2016-03-18 19:00:20 +00:00
|
|
|
<div align="center">
|
2016-04-10 10:42:59 +00:00
|
|
|
<img src="https://cdn.rawgit.com/matteodelabre/projet-cmi/master/docs/screenshots/03.png" alt="Capture d'écran du jeu" />
|
2016-04-11 21:38:03 +00:00
|
|
|
<h1>Skizzle</h1>
|
2016-03-18 18:58:36 +00:00
|
|
|
</div>
|
2016-03-18 18:57:04 +00:00
|
|
|
|
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
|
|
|
|
```
|