Skip to content

Commit 0348502

Browse files
committed
transferred from archived repo
1 parent 2546522 commit 0348502

31 files changed

+745
-0
lines changed

TapDefenderBanner.png

241 KB
Loading
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"companyName": "TroyGameDevelopment",
3+
"productName": "Tap Defender",
4+
"productVersion": "0.1",
5+
"dataUrl": "TapDefenderWebGL.data.unityweb",
6+
"wasmCodeUrl": "TapDefenderWebGL.wasm.code.unityweb",
7+
"wasmFrameworkUrl": "TapDefenderWebGL.wasm.framework.unityweb",
8+
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
9+
"webglContextAttributes": {"preserveDrawingBuffer": false},
10+
"splashScreenStyle": "Dark",
11+
"backgroundColor": "#231F20",
12+
"cacheControl": {"default": "must-revalidate"},
13+
"developmentBuild": false,
14+
"multithreading": false,
15+
"unityVersion": "2019.1.5f1"
16+
}
Binary file not shown.
Binary file not shown.

TapDefenderWebGL/Build/UnityLoader.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TapDefenderWebGL/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6+
<title>Tap Defender</title>
7+
<link rel='stylesheet' href='../styles.css'>
8+
<link rel='icon' href='../gamedevfav96.png' type='image/png'>
9+
10+
<script src="Build/UnityLoader.js"></script>
11+
<script>
12+
var unityInstance = UnityLoader.instantiate("unityContainer", "Build/TapDefenderWebGL.json");
13+
</script>
14+
</head>
15+
<body>
16+
<div class = "navbar">
17+
<div class = "navanchors">
18+
<ul>
19+
<li><a href = "../index.html">Home</a></li>
20+
<li><a href = "../about.html">Meet the Team</a></li>
21+
<li><a href = "../contact.html">Contact</a></li>
22+
</ul>
23+
</div>
24+
</div>
25+
<div class="webgl-content">
26+
<div id="unityContainer" style="width: 48vh; height: 80vh"></div>
27+
</div>
28+
<div class="howTo"><br><h2>Tap with mouse or finger</h2></div>
29+
</body>
30+
</html>

about.html

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
6+
<title>Troy Game Development Club</title>
7+
<meta name='viewport' content='width=device-width, initial-scale=1'>
8+
<link rel='stylesheet' href='styles.css'>
9+
<link rel='icon' href='gamedevfav96.png' type='image/png'>
10+
</head>
11+
12+
<body>
13+
<div class = "navbar">
14+
<img src = "bannerlogo.png" width = "170" height = "85">
15+
<div class = "navanchors">
16+
<ul>
17+
<li><a href = "index.html">Home</a></li>
18+
<li><a href = "about.html">Meet the Team</a></li>
19+
<li><a href = "contact.html">Contact</a></li>
20+
</ul>
21+
</div>
22+
</div>
23+
24+
<div class = "intro">
25+
<h1>teamwork</h1>
26+
<p>Meet our hardworking team of programmers, artists, musicians, designers, and writers</p>
27+
</div>
28+
29+
<div class = "bio">
30+
<div class = "name">
31+
Ajay Liu
32+
</div>
33+
<div class = "shortbio">
34+
President, Lead Programmer
35+
<div class = "longbio">
36+
<strong>"</strong> why play games when you can make them, especially with such an amazing team <strong>"</strong>
37+
</div>
38+
</div>
39+
<div class = "separator">
40+
</div>
41+
</div>
42+
</div> <div class = "bio">
43+
<div class = "name">
44+
Eric Park
45+
</div>
46+
<div class = "shortbio">
47+
Vice President, Lead Designer, Producer
48+
<div class = "longbio">
49+
<strong>"</strong> As the original founder of the club, i'm honored to see how much the club has grown. <strong>"</strong>
50+
</div>
51+
</div>
52+
<div class = "separator">
53+
</div>
54+
</div>
55+
<div class = "bio">
56+
<div class = "name">
57+
Tiffany Liu
58+
</div>
59+
<div class = "shortbio">
60+
3D Modeler
61+
<div class = "longbio">
62+
<strong>"</strong> i need chocolate, NOW!!! <strong>"</strong>
63+
</div>
64+
</div>
65+
<div class = "separator">
66+
</div>
67+
</div>
68+
<div class = "bio">
69+
<div class = "name">
70+
Sean Oreta
71+
</div>
72+
<div class = "shortbio">
73+
Programmer, Sound Designer
74+
<div class = "longbio">
75+
<strong>"</strong> The Archer class really is made up of archers! <strong>"</strong>
76+
</div>
77+
</div>
78+
<div class = "separator">
79+
</div>
80+
</div>
81+
<div class = "bio">
82+
<div class = "name">
83+
Kyle Thai
84+
</div>
85+
<div class = "shortbio">
86+
Graphic Designer, Level Designer
87+
<div class = "longbio">
88+
<strong>"</strong> Water is good <strong>"</strong>
89+
</div>
90+
</div>
91+
<div class = "separator">
92+
</div>
93+
</div>
94+
<div class = "bio">
95+
<div class = "name">
96+
Crystal Lee
97+
</div>
98+
<div class = "shortbio">
99+
Programmer
100+
<div class = "longbio">
101+
<strong>"</strong> No comment.<strong>"</strong>
102+
</div>
103+
</div>
104+
<div class = "separator">
105+
</div>
106+
</div>
107+
<div class = "bio">
108+
<div class = "name">
109+
Daniel Lee
110+
</div>
111+
<div class = "shortbio">
112+
Level Designer
113+
<div class = "longbio">
114+
<strong>"</strong> I also enjoy drawing / creating from other mediums <strong>"</strong>
115+
</div>
116+
</div>
117+
<div class = "separator">
118+
</div>
119+
</div>
120+
<div class = "bio">
121+
<div class = "name">
122+
Matthew Chiasson
123+
</div>
124+
<div class = "shortbio">
125+
Quality Assurance
126+
<div class = "longbio">
127+
<strong>"</strong> there is too much blood in my caffeine system <strong>"</strong>
128+
</div>
129+
</div>
130+
<div class = "separator">
131+
</div>
132+
</div>
133+
<div class = "bio">
134+
<div class = "name">
135+
Talha Ahmed
136+
</div>
137+
<div class = "shortbio">
138+
Member
139+
<div class = "longbio">
140+
<strong>"</strong>With my diamond sword I slay<strong>"</strong>
141+
</div>
142+
</div>
143+
<div class = "separator">
144+
</div>
145+
</div>
146+
147+
<div class = "bio">
148+
<div class = "name">
149+
Nam Nguyen
150+
</div>
151+
<div class = "shortbio">
152+
Designer
153+
<div class = "longbio">
154+
<strong>"</strong> Troy is the CEO of depression and sleep deprivation.<strong>"</strong>
155+
</div>
156+
</div>
157+
<div class = "separator">
158+
</div>
159+
</div>
160+
<div class = "bio">
161+
<div class = "name">
162+
Ben Kang
163+
</div>
164+
<div class = "shortbio">
165+
Level Designer, Game Tester
166+
<div class = "longbio">
167+
<strong>"</strong> Zzz <strong>"</strong>
168+
</div>
169+
</div>
170+
<div class = "separator">
171+
</div>
172+
</div>
173+
<div class = "bio">
174+
<div class = "name">
175+
Joey Lee
176+
</div>
177+
<div class = "shortbio">
178+
Member
179+
<div class = "longbio">
180+
<strong>"</strong> Losing isn't fun, that's why I don't do it <strong>"</strong>
181+
</div>
182+
</div>
183+
<div class = "separator">
184+
</div>
185+
</div>
186+
<div class = "bio">
187+
<div class = "name">
188+
Akshay Jayasinghe
189+
</div>
190+
<div class = "shortbio">
191+
Programmer
192+
<div class = "longbio">
193+
<strong>"</strong> coding is cool <strong>"</strong>
194+
</div>
195+
</div>
196+
<div class = "separator">
197+
</div>
198+
</div>
199+
200+
<div class = "bio">
201+
<div class = "name">
202+
Mr. Lee
203+
</div>
204+
<div class = "shortbio">
205+
Club Advisor, Geometry Teacher
206+
<div class = "longbio">
207+
<strong>"</strong> SOH CAH TOA <strong>"</strong>
208+
</div>
209+
</div>
210+
<div class = "separator">
211+
</div>
212+
</div>
213+
214+
215+
216+
<footer>
217+
© 2020 Ajay Liu. All Rights Reserved • contact@troygamedev.com
218+
</footer>
219+
</body>
220+
</html>

bannerlogo.png

36.4 KB
Loading

cashoutskyview.png

869 KB
Loading

cashoutwebgl/build/unityloader.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
37 MB
Binary file not shown.

cashoutwebgl/build/webgl jan20.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"companyName": "TroyGameDevelopment",
3+
"productName": "Cash Out",
4+
"productVersion": "0.1",
5+
"dataUrl": "WebGL Jan20.data.unityweb",
6+
"wasmCodeUrl": "WebGL Jan20.wasm.code.unityweb",
7+
"wasmFrameworkUrl": "WebGL Jan20.wasm.framework.unityweb",
8+
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
9+
"webglContextAttributes": {"preserveDrawingBuffer": false},
10+
"splashScreenStyle": "Dark",
11+
"backgroundColor": "#231F20",
12+
"cacheControl": {"default": "must-revalidate"},
13+
"developmentBuild": false,
14+
"multithreading": false,
15+
"unityVersion": "2019.1.5f1"
16+
}
Binary file not shown.
Binary file not shown.

cashoutwebgl/index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6+
<title>Cash Out</title>
7+
<link rel='stylesheet' href='../styles.css'>
8+
<link rel='icon' href='../gamedevfav96.png' type='image/png'>
9+
10+
<script src="Build/UnityLoader.js"></script>
11+
<script>
12+
var unityInstance = UnityLoader.instantiate("unityContainer", "Build/WebGL Jan20.json");
13+
</script>
14+
</head>
15+
<body>
16+
<div class = "navbar">
17+
<div class = "navanchors">
18+
<ul>
19+
<li><a href = "../index.html">Home</a></li>
20+
<li><a href = "../about.html">Meet the Team</a></li>
21+
<li><a href = "../contact.html">Contact</a></li>
22+
</ul>
23+
</div>
24+
</div>
25+
<div class="webgl-content">
26+
<div id="unityContainer" style="width: 48vh; height: 80vh"></div>
27+
</div>
28+
<div class="howTo"><br><h2>Keyboard: A and D to steer, tap to shoot, F to switch weapons, R to reload</h2></div>
29+
<div class="howTo"><br><h2>Mobile: Swipe to steer, tap to shoot, swipe the gun icon to switch weapons, tap the gun icon to reload</h2></div>
30+
</body>
31+
</html>

contact.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
6+
<title>Troy Game Development Club</title>
7+
<meta name='viewport' content='width=device-width, initial-scale=1'>
8+
<link rel='stylesheet' href='styles.css'>
9+
<link rel='icon' href='gamedevfav96.png' type='image/png'>
10+
</head>
11+
12+
<body>
13+
<div class = "navbar">
14+
<img src = "bannerlogo.png" width = "170" height = "85">
15+
<div class = "navanchors">
16+
<ul>
17+
<li><a href = "index.html">Home</a></li>
18+
<li><a href = "about.html">Meet the Team</a></li>
19+
<li><a href = "contact.html">Contact</a></li>
20+
</ul>
21+
</div>
22+
</div>
23+
24+
<div class = "intro">
25+
<h1>contact us</h1>
26+
<p>If you would like to join our club or have any questions, you can reach us via email.</p>
27+
28+
</div>
29+
30+
31+
<a href = "https://mail.google.com/mail/?view=cm&fs=1&to=contact@troygamedev.com" class="mail">
32+
<strong>contact@troygamedev.com</strong><br>
33+
<img src = "gmail-512.png" width="128" height = "128">
34+
</a>
35+
</body>
36+
</html>
12.2 MB
Binary file not shown.

cubeincwebgl/build/cubeincwebgl.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"companyName": "Troy Game Development Club",
3+
"productName": "Cube Inc",
4+
"productVersion": "0.0",
5+
"dataUrl": "CubeIncWebGL.data.unityweb",
6+
"wasmCodeUrl": "CubeIncWebGL.wasm.code.unityweb",
7+
"wasmFrameworkUrl": "CubeIncWebGL.wasm.framework.unityweb",
8+
"graphicsAPI": ["WebGL 2.0","WebGL 1.0"],
9+
"webglContextAttributes": {"preserveDrawingBuffer": false},
10+
"splashScreenStyle": "Dark",
11+
"backgroundColor": "#2A5A80",
12+
"cacheControl": {"default": "must-revalidate"},
13+
"developmentBuild": false,
14+
"multithreading": false,
15+
"unityVersion": "2019.1.5f1"
16+
}
Binary file not shown.

cubeincwebgl/build/cubeincwebgl.wasm.framework.unityweb

Lines changed: 24 additions & 0 deletions
Large diffs are not rendered by default.

cubeincwebgl/build/unityloader.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)