This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
133 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<h3>Contexte</h3> | ||
<p>Ce projet à été réalisé dans le cadre de notre 3<sup>eme</sup> année | ||
d'informatique à <a href="https://www.univ-smb.fr"> l'université Savoie Mont-blanc</a>.</p> | ||
<h4>Contacts :</h4> | ||
<ul> | ||
<li>Thomas Ballasi : | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</li> | ||
<li>Dorian Burgun : | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</li> | ||
<li>Tristan Delapierre : | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</li> | ||
<li>Tiemen Duvillard : | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</li> | ||
<li>Faisal Salhi : | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<h3>Aging's documentation :</h3> | ||
<p> Documentation génerée par DOxygen : | ||
<a href='http://93.7.113.241/aging/index.html'>http://93.7.113.241/aging/index.html</a></p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<h3>Help</h3> | ||
<p>Ce programme permet de calculer les évolutions du jeu de la vie selon 2 algorithmes.</p> | ||
|
||
|
||
<table> | ||
<caption style="text-align: center; "><b>Aging's Shortcut :</b></caption> | ||
<tr> | ||
<td>Play/pause </td><td> -> </td><td> Key_Space </td> | ||
</tr> | ||
<tr> | ||
<td>Onestep </td><td> -> </td><td> Key_P </td> | ||
</tr> | ||
<tr> | ||
<td>Increase speed </td><td> -> </td><td> CTRL + Key_Plus </td> | ||
</tr> | ||
<tr> | ||
<td>Decrease speed </td><td> -> </td><td> CTRL + Key_Minus </td> | ||
</tr> | ||
<tr> | ||
<td>Fit patern </td><td> -> </td><td> Key_F </td> | ||
</tr> | ||
<tr> | ||
<td>Zoom in </td><td> -> </td><td> Key_Plus </td> | ||
</tr> | ||
<tr> | ||
<td>Zoom out </td><td> -> </td><td> Key_Minus </td> | ||
</tr> | ||
<tr> | ||
<td>New file </td><td> -> </td><td> CTRL + Key_N </td> | ||
</tr> | ||
<tr> | ||
<td>Open file </td><td> -> </td><td> CTRL + Key_O </td> | ||
</tr> | ||
<tr> | ||
<td>Save file </td><td> -> </td><td> CTRL + Key_S </td> | ||
</tr> | ||
<tr> | ||
<td>Quit </td><td> -> </td><td> CTRL + Key_Q </td> | ||
</tr> | ||
<tr> | ||
<td>Move up </td><td> -> </td><td> Key_Up or Key_Z </td> | ||
</tr> | ||
<tr> | ||
<td>Move down </td><td> -> </td><td> Key_Down or Key_S </td> | ||
</tr> | ||
<tr> | ||
<td>Move left </td><td> -> </td><td> Key_Left or Key_Q </td> | ||
</tr> | ||
<tr> | ||
<td>Move right </td><td> -> </td><td> Key_Right or Key_D </td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<h3>GNU GENERAL PUBLIC LICENSE</h3> | ||
|
||
<p>Version 3, 29 June 2007 Copyright (C) 2007 | ||
Free Software Foundation, Inc. <a href="http://fsf.org/">http://fsf.org/</a></p> | ||
<p>Everyone is permitted to copy and distribute verbatim copies | ||
of this license document, but changing it is not allowed.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Aging's Shortcut : | ||
Play/pause -> Key_Space | ||
OneStep -> Key_P | ||
increase_speed -> CTRL + Key_Plus | ||
decrease_speed -> CTRL + Key_Minus | ||
fit_patern -> Key_F | ||
zoom_In -> Key_Plus | ||
zoom_Out -> Key_Minus | ||
new_file -> CTRL + Key_N | ||
open_file -> CTRL + Key_O | ||
save_file -> CTRL + Key_S | ||
act_quit -> CTRL + Key_Q | ||
move_up -> Key_Z | ||
move_up -> Key_Up | ||
move_down -> Key_S | ||
move_down -> Key_Down | ||
move_left -> Key_Q | ||
move_left -> Key_Left | ||
move_right -> Key_D | ||
move_right -> Key_Right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters