-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (43 loc) · 2.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<meta name="description" content="An action rogue-like game made with p5js.">
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="container">
<h1 style="font-size: 80px;">About</h1>
<div class="container" style="font-size: 20px; padding: 0% 10% 0% 10%; align-items: flex-start;">
<p>
<em>date written: 19th January 2023</em>
</p>
<p>
I really love games. Games are the reason I got into programming. But, Until now, I haven't really had a chance to make games.
When I started coding back in 2020, I tried game development with Unity, however, it isn't like the programming I am used to.
It is last about coding and more about interacting with the game engine. And, I was bored.
</p>
<p>
The thing I like about coding is its engineering aspect. With Unity and such, I didn't feel as excited.
Then, about 3 years went on in the web development field. And, I like it, I am really good at it.
And, I am still going to be a web developer professionally of course. But, something about making a
game from scratch fascinates me.
</p>
<p>
Last semester in my university, I had to take a course titled "Graphics Programming". And, it sparked my
interest in game development again. Initially, I didn't understand vectors and stuffs. I have always
considered myself too dumb for such matters.
</p>
<p>
to be continue ...
</p>
<a href="index.html">
<button class="btn">Go Back</button>
</a>
</div>
</div>
</body>
</html>