Add nicomine

This commit is contained in:
Theo 2024-10-31 09:52:15 +01:00
parent da700ab8d0
commit 5bea0835e2
2 changed files with 22 additions and 1 deletions

View File

@ -31,12 +31,28 @@
<a href="https://github.com/TheoThenault/CosmicBlaster" class="button"><b></b> Github</a>
</header>
<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.
I did not have the time to implement the enemies and the powers but it was still a fun experience !
</p>
</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>
<img src="./placeholder.png">
<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 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>
</div>
<h3>Web</h3>

View File

@ -28,6 +28,10 @@ div.side-by-side article.center-vert {
margin: auto 32px;
}
article.alone {
margin: 0 32px;
}
h1 a.hidden {
font-weight: bold;
}