-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·210 lines (208 loc) · 17 KB
/
index.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
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
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.cdnfonts.com/css/helvetica-255" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="style.css">
<title>Portfolio | Abhyudaya Chouhan</title>
</head>
<body>
<div style="height: 58vh;" id="intro">
<h1>Abhyudaya Chouhan</h1>
</div>
<div id="content-bg">
<div id="content">
<div id="about">
<span>
<div style="float:left; width:50vw; padding-left:27vw;">
<ul class="horizontal-list">
<li><a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">
<i class="bi bi-envelope-fill contact-icon"></i>
</a></li>
<li><a href="https://www.linkedin.com/in/abhyudaya-chouhan/" target="_blank" rel="noopener noreferrer">
<i class="bi bi-linkedin contact-icon"></i>
</a></li>
<li><a href="https://www.github.com/abchouhan" target="_blank" rel="noopener noreferrer">
<i class="bi bi-github contact-icon"></i>
</a></li>
</ul>
</div>
<div style="float:right; width:50vw;">Passionate game developer.</br>4<sup>th</sup> Year BSc Computer Science student at UBC.</div>
</span>
<br/><br/>
<p>Computer savvy, enthusiastic, creative, self-motivated, and hard-working with a strong ability to self-learn.<br>Adaptable to quick changes and suggestions, with a good eye for details. Self-learned game development, CGI, animation, and multimedia.</p>
</div>
<div style="padding-top: 3em"></div>
<div class="projects" id="projects">
<a href="#projects"><h1>Projects</h1></a>
<span>
<div class="tile" style="background:url(images/chip8Thumbnail.gif); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://github.com/abchouhan/chip-8" target="_blank" rel="noopener noreferrer">CHIP-8 Emulator <i class="bi bi-github link-icon"></i></a></h2>
<br/>A simple <a href="https://https://en.wikipedia.org/wiki/CHIP-8" target="_blank" rel="noopener noreferrer">CHIP-8</a> emulator/interpreter allowing the user to run original CHIP-8 games and programs.
<div class="small-text">
<div>Emulator</div>
<div>Made using: C++</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/acrpThumbnail.gif); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://github.com/abchouhan/acreplay-parser" target="_blank" rel="noopener noreferrer">Assetto Corsa Replay Parser <i class="bi bi-github link-icon"></i></a></h2>
<br/>A set of tools that allow for parsing of<br/><i>Assetto Corsa</i> Replay (.acreplay) files,<br/>and importing the parsed data into Blender.
<br/><br/>Video guide available <a href="https://youtube.com/watch?v=ZBwSbNptEmM" target="_blank" rel="noopener noreferrer">here</a>.
<div class="small-text">
<div>Tool</div>
<div>Made using: C++, Python, Blender</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/beachThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="images/beach.jpg" target="_blank" rel="noopener noreferrer">Beach Scene <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A realistic landscape featuring a scenic beach.<br/><br/>Inspired by a composition from<br/>the video game series <i>Crysis</i>.
<div class="small-text">
<div>Image</div>
<div>Made using: Blender</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/tdbcThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://youtube.com/watch?v=ORaGe7l2MyA" target="_blank" rel="noopener noreferrer">The Drive Behind Cars <i class="bi bi-youtube link-icon"></i></a></h2>
<br/>A realistic driving game that allows visualization of the complex physics forces that drive a car.<br/><br/>Implements <a href="https://en.wikipedia.org/wiki/Hans_B._Pacejka" target="_blank" rel="noopener noreferrer">Pacejka's Magic Formula</a> tire model from 1994.
<div class="small-text">
<div>Game</div>
<div>Made using: C#, Unity, Blender, Audacity</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/paraboxThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://youtube.com/watch?v=HXv1GfgIL8w" target="_blank" rel="noopener noreferrer">Parabox <i class="bi bi-youtube link-icon"></i></a></h2>
<br/>Multimedia ad for a product that fulfills<br/>instant gift needs.
<br/><br/>Won third prize in <a href="https://jabc.ca/first-ever-battle-of-the-ads" target="_blank" rel="noopener noreferrer">JA Company Program’s first Battle of the Ads</a> marketing competition.
<div class="small-text">
<div>Animation</div>
<div>Made using: Blender, Audacity</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/wallflowerThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="images/wallflower.png" target="_blank" rel="noopener noreferrer">Wallflower <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A comic book-like scene that shows a super-hero character in the form of a wallflower.<br/><br/>Inspired by the novel<br/><i>The Perks of Being a Wallflower</i>.
<div class="small-text">
<div>Image</div>
<div>Made using: Blender</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/mrlemonThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://drive.google.com/file/d/1phoq4OZhGLTdKavuGEpo5CESFlrxwTtR/view?usp=sharing" target="_blank" rel="noopener noreferrer">Mr. Lemon <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>Live-action multimedia ad about Mr. Lemon, a fictional lemon-flavoured energy drink.
<div class="small-text">
<div>Animation</div>
<div>Made using: Blender, DaVinci Resolve</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/instagramThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://codehs.com/sandbox/id/instagram-lyQci2/run" target="_blank" rel="noopener noreferrer">Instagram Clone <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>An Instagram app clone for a standalone environment, where users can login/logout, manage their profile, view others’ profiles, post images, and like and comment (with emojis).
<div class="small-text">
<div>App</div>
<div>Made using: React Native</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/blackjackThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://codehs.com/sandbox/id/blackjack-tN8cam/run" target="_blank" rel="noopener noreferrer">Blackjack <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A blackjack console application with ASCII playing card art where the player can bet and play against the computer.
<div class="small-text">
<div>Game</div>
<div>Made using: Java</div>
</div>
</div>
</div>
</span>
</div>
<div style="padding-top: 3em"></div>
<div class="projects" id="jams">
<a href="#jams"><h1>Game Jams & Hackathons</h1></a>
<span>
<div class="tile" style="background:url(images/adThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://devpost.com/software/asteroid-dodger" target="_blank" rel="noopener noreferrer">Asteroid Dodger <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A 2.5D zero-gravity mini-game where you control a spaceship and prevent it from colliding with asteroids drifting chaotically.<br/><br/>
<span class="jam-text">A submission to <br/><a href="https://systemshacks-2024-chaoshacks.devpost.com" target="_blank" rel="noopener noreferrer">SystemsHacks 2024: ChaosHacks</a><br/>Runtime: 12 hours<br/><br/>Awarded "Best Use of Theme"</span>
<div class="small-text">
<div>Game</div>
<div>Made using: Three.js, React, React Three Fiber</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/wowThumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://raw.githack.com/kimchi06/Hackathon-Copy/main/WarOfWords/index.html" target="_blank" rel="noopener noreferrer">War of Words <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>You are a cryptographer and need to translate incoming messages on a time limit based on various ciphers.<br/><br/>
<span class="jam-text">A submission to <br/><a href="https://sfucsss.org/events/mm/2023" target="_blank" rel="noopener noreferrer">SFU Mountain Madness 2023</a><br/>Runtime: 24 hours<br/><br/>Won WiCS Women in Tech Award</span>
<div class="small-text">
<div>Game</div>
<div>Made using: HTML, CSS, JavaScript</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/gj4Thumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://gamexpert.itch.io/shrinkscape" target="_blank" rel="noopener noreferrer">Shrinkscape <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A 2D platformer set inside a shrinking castle where you must help Paul escape, who is trapped inside, unwilling to move.<br/><br/>
<span class="jam-text">A submission to <br/><a href="https://itch.io/jam/gmtk-2020" target="_blank" rel="noopener noreferrer">GMTK Game Jam 2020</a><br/>Runtime: 48 hours</span>
<div class="small-text">
<div>Game</div>
<div>Made using: C#, Unity, GIMP, Audacity</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/gj3Thumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://gamexpert.itch.io/devils-deception" target="_blank" rel="noopener noreferrer">Devil's Deception <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>A 2.5D experience set in ruins of an orthodox church, you as the player need to follow the light, and escape the <i>Devil's Deception</i>.
<br/><br/><span class="jam-text">A submission to <br/><a href="https://itch.io/jam/cgj" target="_blank" rel="noopener noreferrer">Community Game Jam</a><br/>Runtime: 7 days</span>
<div class="small-text">
<div>Game</div>
<div>Made using: C#, Unity, Blender</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/gj2Thumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://gamexpert.itch.io/one-way-out" target="_blank" rel="noopener noreferrer">One Way Out <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>In this dream, you are trapped in a forest. Head towards the white light to escape and wake up. There is only one path that will save you, otherwise you will be engulfed by the abyss.<br/><br/>
<span class="jam-text">A submission to <br/><a href="https://itch.io/jam/gmtk-2019" target="_blank" rel="noopener noreferrer">GMTK Game Jam 2019</a><br/>Runtime: 48 hours</span>
<div class="small-text">
<div>Game</div>
<div>Made using: C#, Unity, Blender</div>
</div>
</div>
</div>
<div class="tile" style="background:url(images/gj1Thumbnail.jpg); min-height:100px; min-width:100px; background-size:cover; background-position:center center;">
<div class="tile-hover">
<h2><a href="https://gamexpert.itch.io/lightball" target="_blank" rel="noopener noreferrer">Light Ball <i class="bi bi-box-arrow-up-right link-icon"></i></a></h2>
<br/>An interesting and easy-to-play game that keeps you entertained. Throw the ball as high as you can into the glowing goals to gain more points.<br/><br/>
<span class="jam-text">A submission to <br/><a href="https://itch.io/jam/brackeys" target="_blank" rel="noopener noreferrer">Brackeys Game Jam</a><br/>Runtime: 7 days</span>
<div class="small-text">
<div>Game</div>
<div>Made using: C#, Unity, Blender</div>
</div>
</div>
</div>
</span>
</div>
</div>
</div>
</body>