Add nicomine
This commit is contained in:
parent
da700ab8d0
commit
5bea0835e2
@ -31,12 +31,28 @@
|
|||||||
<a href="https://github.com/TheoThenault/CosmicBlaster" class="button"><b></b> Github</a>
|
<a href="https://github.com/TheoThenault/CosmicBlaster" class="button"><b></b> Github</a>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<p>
|
||||||
Cosmic Blaster is a game I created during my Master's degree for a Unity class.
|
Cosmic Blaster is a game I created during my Master's degree for a <a href="https://unity.com">Unity</a> class.
|
||||||
It was my first game developed on Unity and I tried to create a fun game where you're a spaceship shooting at incoming asteroids.
|
It was my first game developed on Unity and I tried to create a fun game where you're a spaceship shooting at incoming asteroids.
|
||||||
I did not have the time to implement the enemies and the powers but it was still a fun experience !
|
I did not have the time to implement the enemies and the powers but it was still a fun experience !
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<img src="./placeholder.png">
|
||||||
|
<header>
|
||||||
|
Nicomine
|
||||||
|
<!-- <a href="https://github.com/TheoThenault/CosmicBlaster" class="button"><b></b> Github</a> -->
|
||||||
|
</header>
|
||||||
|
<p>
|
||||||
|
Nicomine is a game 3 peers and I created for an association to prevent cigarette addiction in yong people.
|
||||||
|
We developped it with <a href="https://unity.com">Unity</a>. It is a <a href="https://store.steampowered.com/app/105600/Terraria/">Terraria</a>-like where you are trying to save a village
|
||||||
|
from the damages and deceases of smoke. You mine out antidote to heal the villagers and corks to stop smoke from spreading.<br>
|
||||||
|
It was a really fun experience and learned a lot !
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="side-by-side">
|
||||||
<article>
|
<article>
|
||||||
<img src="./placeholder.png">
|
<img src="./placeholder.png">
|
||||||
<header>Experiments</header>
|
<header>Experiments</header>
|
||||||
@ -44,6 +60,7 @@
|
|||||||
I started on my calculator in high-school and then did my first experiments with graphics on PC with <a href="https://qt.io">Qt</a>.
|
I started on my calculator in high-school and then did my first experiments with graphics on PC with <a href="https://qt.io">Qt</a>.
|
||||||
I then programmed a Tetris clone with <a href="https://www.raylib.com/">Raylib</a> in C, and attempted to make a <a href="https://minecraft.net">Minecraft</a>-clone with <a href="https://www.opengl.org/">OpenGL</a>.</p>
|
I then programmed a Tetris clone with <a href="https://www.raylib.com/">Raylib</a> in C, and attempted to make a <a href="https://minecraft.net">Minecraft</a>-clone with <a href="https://www.opengl.org/">OpenGL</a>.</p>
|
||||||
</article>
|
</article>
|
||||||
|
<article></article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Web</h3>
|
<h3>Web</h3>
|
||||||
|
@ -28,6 +28,10 @@ div.side-by-side article.center-vert {
|
|||||||
margin: auto 32px;
|
margin: auto 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article.alone {
|
||||||
|
margin: 0 32px;
|
||||||
|
}
|
||||||
|
|
||||||
h1 a.hidden {
|
h1 a.hidden {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user