Add Dawn of Chaos screenshots

This commit is contained in:
Fabien Freling 2019-10-29 23:56:37 +01:00
parent 32980958ad
commit be2c16408c
18 changed files with 68 additions and 34 deletions

View file

@ -14,13 +14,13 @@ we do ourselves. As such, we were lacking best practices and we learned along
the way. The development was quite hard, because at the time we had no
programming skill. Moreover, our team quickly fell out, with one member quitting
the school after a few months and another one struggling with programming. It
ended up being a two-persons project.
ended up being a two-person project.
Nevertheless, this was a truly rewarding experience since I learned the basics
of video game creation and DirectX programming.
GRAPHIC ENGINE
Graphic engine
--------------
We had the choice between DirectX and OpenGL for developing our graphic engine.
@ -50,14 +50,14 @@ tweak the sprites size manually in order to make the game look as expected on
screen.
PATHFINDING
Pathfinding
-----------
For the pathfinding, I used the classic A*. Each tile of the map is enabled or
not, make a boolean map on which I applied the pathfinding.
SOUND ENGINE
Sound engine
------------
"Sound engine" might sound a bit fancy for what was done. At first I thought I
@ -84,7 +84,7 @@ enough. The enemy goes back to making his rounds if he is almost dead or if the
hero is getting away (the hero is of course faster than any enemy).
WHAT WAS DONE BY OTHERS
What was done by others
-----------------------
My friend created a truly rich map editor that was used for making the game. He
@ -92,12 +92,27 @@ also created the elements of the world. He was then able to define position and
rounds for the enemies directly from his editor. Our game engine only had to
get his data from the editor in order to generate the levels.
At last, he was in charge for the management of the hero: life, equipment, etc.
He was also in charge for the management of the hero: life, equipment, etc.
LAST WORDS
Last words
----------
Our game was quite pretty but it was very slow due to the too detailled models
used for the hero and the enemies. It lacks animation too. I really wanted to
incorporate animation but I wasn't able to.
Screenshots
-----------
<ul class="screenshots">
<li><a href="img/01.png" style="background-image: url(img/01_thumb.jpg);"> </a></li>
<li><a href="img/02.png" style="background-image: url(img/02_thumb.jpg);"> </a></li>
<li><a href="img/03.png" style="background-image: url(img/03_thumb.jpg);"> </a></li>
<li><a href="img/04.png" style="background-image: url(img/04_thumb.jpg);"> </a></li>
<li><a href="img/05.png" style="background-image: url(img/05_thumb.jpg);"> </a></li>
<li><a href="img/06.png" style="background-image: url(img/06_thumb.jpg);"> </a></li>
<li><a href="img/07.png" style="background-image: url(img/07_thumb.jpg);"> </a></li>
<li><a href="img/08.png" style="background-image: url(img/08_thumb.jpg);"> </a></li>
<li><a href="img/09.png" style="background-image: url(img/09_thumb.jpg);"> </a></li>
</ul>