-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorpCityProject.html
59 lines (55 loc) · 3 KB
/
corpCityProject.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Project - CorpCity </title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script defer src="js/fontawesome/js/all.js"></script>
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- <script src="header.js"></script> -->
<!-- Page Content-->
<section class="py-5">
<div class="container px-5 my-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center mb-5">
<h1 class="fw-bolder">CorpCity</h1>
<p class="lead fw-normal text-muted mb-0"> This game is a multiplayer business-growing simulation where you can interact with other players to buy/sell resources and grow your company. The game was developed by Wildlife Studios.</p>
</div>
</div>
</div>
<div class="row gx-5">
<video class="col-12" controls> <source src="assets/projects/CorpCityVideo.mp4" type="video/mp4"></video>
</div>
<br/>
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center mb-5">
<p class="lead fw-normal text-muted">
The project was developed in Unity and we had to rebuild from the ground the game that was made in 2 years in just 6 months, both client and server. We manage to do it and
I was in charged of almost 75% of the client, creating architectures for the client and integrating our custom rendering pipeline. Also did a bit of the serverin Go. Unfortunatly,
the game was cancelled 2 weeks before the soft launch.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<script src="footer.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>