-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (122 loc) · 3.59 KB
/
Copy pathindex.html
File metadata and controls
197 lines (122 loc) · 3.59 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vignesh | Unity Gameplay Developer</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="hero">
<h1>Vignesh</h1>
<h2>Unity Gameplay Developer</h2>
<p>
I build puzzle mechanics, gameplay systems and optimized mobile games using Unity & C#.
</p>
<div class="hero-buttons">
<a href="#projects" class="btn">View Projects</a>
<a href="https://github.com/vigneshGDW" target="_blank" class="btn-outline">GitHub</a>
</div>
</header>
<section class="about">
<h3>About Me</h3>
<p>
Unity Game Developer with 2.7+ years of experience specializing in puzzle mechanics
and gameplay systems for mobile games. Focused on building interactive gameplay,
clean code architecture and optimized mobile performance using Unity and C#.
</p>
</section>
<section class="skills">
<h3>Skills</h3>
<div class="skill-grid">
<span>Unity 2D</span>
<span>Unity 3D</span>
<span>C#</span>
<span>Gameplay Programming</span>
<span>Puzzle Mechanics</span>
<span>Game Logic</span>
<span>Coroutines</span>
<span>Performance Optimization</span>
<span>Git & GitHub</span>
</div>
</section>
<section class="projects" id="projects">
<h3>Projects</h3>
<div class="project-grid">
<!-- PROJECT 1 -->
<div class="project-card">
<a href="https://vigneshgdw.itch.io/amyyumygames" target="_blank">
<img src="assets/amyyumy.png" alt="AmyYumy Game">
</a>
<video class="game-video" controls preload="metadata">
<source src="assets/amyyumy.mp4" type="video/mp4">
</video>
<h4>AmyYumy Puzzle Game</h4>
<p>
A colorful ball fall in the sky to move the bucket to collect the ball its a level based game and
every level for unique task to complete the level.
</p>
<div class="game-tags">
<span>Unity</span>
<span>C#</span>
<span>Puzzle</span>
<span>Mobile</span>
</div>
<a class="play-btn" href="https://vigneshgdw.itch.io/amyyumygames" target="_blank">
Play / Download
</a>
</div>
<!-- PROJECT 2 -->
<div class="project-card">
<a href="https://vigneshgdw.itch.io/classroomgame-part-1" target="_blank">
<img src="assets/classroomgame.png" alt="Classroom Game">
</a>
<video class="game-video" controls preload="metadata">
<source src="assets/classroomgame.mp4" type="video/mp4">
</video>
<h4>Classroom Game - Part 1</h4>
<p>
The game play my school time using note and pen with friends its based idea to
develop the game in my ownly.
</p>
<div class="game-tags">
<span>Unity</span>
<span>C#</span>
<span>Puzzle</span>
<span>Adventure</span>
</div>
<a class="play-btn" href="https://vigneshgdw.itch.io/classroomgame-part-1" target="_blank">
Play / Download
</a>
</div>
</div>
</section>
<section class="contact">
<h3>Contact</h3>
<p>📧 Email: <a href="mailto:vigneshgdw@gmail.com">vigneshgdw@gmail.com</a></p>
<p>💻 GitHub:
<a href="https://github.com/vigneshGDW" target="_blank">
github.com/vigneshGDW
</a>
</p>
<p>💼 LinkedIn:
<a href="https://www.linkedin.com/in/vignesh-gdw-719664353/" target="_blank">
View Profile
</a>
</p>
<p>📞 Phone:
<a href="tel:9360876652">9360876652</a>
</p>
<div class="contact-buttons">
<a href="tel:9360876652" class="call-btn">📞 Call</a>
<a href="https://wa.me/919360876652" target="_blank" class="whatsapp-btn">
💬 WhatsApp
</a>
</div>
</section>
<footer>
<p>Built with passion for game development 🎮</p>
<p>© 2026 Vignesh</p>
</footer>
</body>
</html>