-
Notifications
You must be signed in to change notification settings - Fork 0
/
game-development.html
106 lines (106 loc) · 6.09 KB
/
game-development.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>Marcel van Duijn | Game Developer & Digital Artist | Netherlands</title>
<meta name="description" content="Marcel van Duijn - Game Developer / Digital Artist from the Netherlands. - Thank you for visiting my Portfolio / Showcase website! - GameDev">
<link rel="icon" href="Files/Icons/WebsiteLogo.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Marcel van Duijn - Game Development</h1>
<nav>
<br>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-me.html">About Me</a></li>
<li><a href="game-development.html">Game Development</a>
<ul class="dropdown">
<li><a href="game-deep-sea-arena.html">> Deep Sea Arena</a></li>
<li><a href="game-rock-paper-scissors.html">> Rock Paper Scissors</a></li>
<li><a href="game-cannon-climbing.html">> Cannon Climbing</a></li>
<li><a href="project-unity-tools.html">> Unity Tools</a></li>
<li><a href="project-archive.html">> Project Archive</a></li>
</ul>
</li>
<li><a href="art-3d.html">Art/3D</a>
<ul class="dropdown">
<li><a href="modeling3d.html">> 3D Modeling</a></li>
<li><a href="renders-simulations-vfx.html">> Renders / Simulations</a></li>
<li><a href="substance-painter-designer.html">> Substance Painter/Designer</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<section>
<div class="content-container-selection">
<a href="game-deep-sea-arena.html">
<div class="terminal-container-selection">
<img src="Files/Capsules/Capsule-Deep-Sea-Arena.png" alt="Game Deep Sea Arena Capsule" class="capsule-image-selection">
<div>
<h2 class="terminal-title">Deep Sea Arena</h2>
<p class="terminal-text">
<br>
Submerges you into the abyss, where shadows stir, and creatures strike from the dark. Survive relentless waves of deep-sea horrors in a relentless fight for your life. How long can you endure the abyss?
</p>
</div>
</div>
</a>
</div>
<div class="content-container-selection">
<a href="game-rock-paper-scissors.html">
<div class="terminal-container-selection">
<img src="Files/Capsules/Capsule-Rock-Paper-Scissors.png" alt="Game Rock Paper Scissors Capsule" class="capsule-image-selection">
<div>
<h2 class="terminal-title">Rock Paper Scissors</h2>
<p class="terminal-text">
<br>
Rock Paper Scissors: The Final Match is a horror-themed twist on the classic game, where every win draws you deeper into the darkness. Climb the leaderboard and prove you're the ultimate survivor.
</p>
</div>
</div>
</a>
</div>
<div class="content-container-selection">
<a href="game-cannon-climbing.html">
<div class="terminal-container-selection">
<img src="Files/Capsules/Capsule-Cannon-Climbing.png" alt="Game Cannon Climbing Capsule" class="capsule-image-selection">
<div>
<h2 class="terminal-title">Cannon Climbing</h2>
<p class="terminal-text">
<br>
Cannon Climbing is a challenging and addictive precision platformer where you play as a cannon on a quest to climb to the top of a giant test chamber.<br>Use your shooting abilities to propel yourself upwards,<br>but be careful - one wrong move and you'll fall all the way back down to the bottom.
</p>
</div>
</div>
</a>
</div>
<div class="content-container-selection">
<a href="project-unity-tools.html">
<div class="terminal-container-selection">
<img src="Files/Capsules/Capsule_UnityTools.png" alt="UnityTools Capsule" class="capsule-image-selection">
<div>
<h2 class="terminal-title">Unity Tools</h2>
<p class="terminal-text"><br>Unity Presets - A Library full of content: Free Unity Scripts / Art / Tools that can be used for unity projects copyright free.</p>
</div>
</div>
</a>
</div>
<div class="content-container-selection">
<a href="project-archive.html">
<div class="terminal-container-selection">
<img src="Files/Capsules/Capsule_Project_Archive.png" alt="Old Projects Capsule" class="capsule-image-selection">
<div>
<h2 class="terminal-title">Project Archive</h2>
<p class="terminal-text"><br>Explore my project archive and showcase, featuring a collection of my past works!</p>
</div>
</div>
</a>
</div>
</section>
<footer>
<p>© 2023 MarcelvanDuijnDev. All rights reserved. | Social Media: <a href="https://twitter.com/MarcelvanDuijn_" target="_blank">Twitter</a>, <a href="https://www.linkedin.com/in/marcel-van-duijn/" target="_blank">Linkedin</a>, <a href="https://sketchfab.com/MarcelvanDuijn" target="_blank">Sketchfab</a>, <a href="https://www.youtube.com/channel/UCifUu8rDfr-ljsMx8bUVGrg" target="_blank">Youtube</a>, <a href="https://www.artstation.com/marcelvanduijn"> Artstation </a>, <a href="https://www.instagram.com/marcelvanduijn_" target="_blank"> Instagram </a>, <a href="https://github.com/MarcelvanDuijnDev" target="_blank"> GitHub </a>, Thank you for visiting!</p>
</footer>
</body>
</html>