-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiscellaneous-projects.html
More file actions
37 lines (36 loc) · 1.69 KB
/
Copy pathmiscellaneous-projects.html
File metadata and controls
37 lines (36 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<button id="solar-engine-sub-content-toggle" type="button" class="collapsible collapsible-active">
<div class="collapsible-container">
<p style="flex-grow: 1; margin: 0px;">
Small projects
</p>
<div id="solar-engine-sub-content-toggle-indicator" style="align-self: center;">
-
</div>
</div>
</button>
<div class="content-section-sub-section" style="display: block;">
<h2 class="title-sub-label">My First Released Project!</h2>
<img class="content-img content-img-medium" src="res/first-game.png">
<div class="content-section-text">
<p class="paragraph-text">
This was my first completed project before I had any profession full time programming job. It was made with
Unity. Despite being a simple game, this game looks cool because I found beautiful art and effects. You can
play it <a href="https://stammmitglied.itch.io/planetdefencegame">here.</a>
</p>
</div>
<h2 class="title-sub-label">Arkanoid</h2>
<img class="content-img content-img-large" src="res/arkanoid.png">
<div class="content-section-text">
<p class="paragraph-text">
This game is written on C++ with OpenGL. This game was my exercise from LearnOpenGL site.
</p>
</div>
<h2 class="title-sub-label">Unity Horror Game</h2>
<img class="content-img content-img-large" src="res/unity-horror-game.png">
<div class="content-section-text">
<p class="paragraph-text">
This is a small one scene horror game in retro VHS style game made with Unity. I made it as a test task for
a company
</p>
</div>
</div>