From 5bea0835e205377b2185b6846608ce8711ec1b3e Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 31 Oct 2024 09:52:15 +0100 Subject: [PATCH] Add nicomine --- portfolio/index.html | 19 ++++++++++++++++++- portfolio/portfolio.css | 4 ++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/portfolio/index.html b/portfolio/index.html index 078f486..1937415 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -31,12 +31,28 @@ Github

- 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 Unity 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 !

+
+ +
+ Nicomine + +
+

+ Nicomine is a game 3 peers and I created for an association to prevent cigarette addiction in yong people. + We developped it with Unity. It is a Terraria-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.
+ It was a really fun experience and learned a lot ! +

+
+ + +
Experiments
@@ -44,6 +60,7 @@ I started on my calculator in high-school and then did my first experiments with graphics on PC with Qt. I then programmed a Tetris clone with Raylib in C, and attempted to make a Minecraft-clone with OpenGL.

+

Web

diff --git a/portfolio/portfolio.css b/portfolio/portfolio.css index 7c9c597..5b1d436 100644 --- a/portfolio/portfolio.css +++ b/portfolio/portfolio.css @@ -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; }