forked from GMU-CS325/cs325-game-prototypes-phaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (49 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CS325 Game Prototypes</title>
<style>
#readme
{
margin-top: 10px;
}
</style>
</head>
<body>
<h1>CS 325 Game Prototypes. Test to see changes</h1>
<p>I am making creative and experimental game prototypes! Here is the list of them:
<ol>
<li><a href="Assignments/Digital Assignment 1/index.html">Digital Assignment 1</a></li>
<li><a href=" Assignments/Digital Assignment 2/index.html">Digital Assignment 2</a></li>
<li><a href="Assignments/Digital Assignment 2/Assignment2README.html">Info for Digital Assignment 2</a> </li>
<li>Digital Assignment 3 - Passed </li>
<li><a href=" Assignments/Digital Assignment 4/index.html">Digital Assignment 4</a></li>
<li><a href="Assignments/Digital Assignment 4/Assignment4README.html">Info for Digital Assignment 4</a> </li>
<li><a href=" Assignments/Digital Assignment 5/index.html">Digital Assignment 5</a></li>
<li><a href=" Assignments/Digital Assignment 6/index.html">Digital Assignment 6</a></li>
<li><a href=" Assignments/Digital Assignment 7/index.html">Digital Assignment 7</a></li>
<li><a href=" Assignments/Digital Assignment 8/index.html">Digital Assignment 8</a></li>
<li><a href=" Assignments/Digital Assignment 9/index.html">Digital Assignment 9</a></li>
<li><a href=" Assignments/Digital Assignment 10/index.html">Digital Assignment 10</a></li>
</ol>
<p>Here are the templates:
<ul>
<li><a href="template-minimal">A minimal template</a></li>
<li><a href="template-scenes">A template with multiple scenes (loading screen, main menu)</a></li>
<li><a href="template-minimal-tilemap">A minimal template using tile maps</a></li>
<li><a href="template-minimal-noclass">A minimal template that doesn't use classes.</a></li>
</ul>
</p>
<p> Working development of Brutal Brawl (starting from scratch)
<ol>
<li><a href="Assignments/v0.1/index.html">Version 0.1</a></li>
<li><a href="Assignments/v0.2/index.html">Version 0.2</a></li>
<li><a href="Assignments/v0.3/index.html">Version 0.3</a></li>
<li><a href="Assignments/v0.4/index.html">Version 0.4</a></li>
</ol>
<p>You can check my progress here: <a href ="https://github.com/zkfazal/cs325-game-prototypes">My Github Page</a></p>
<p>Reference: <a href ="Assignments/v0.4/phaser3-controls-plugin/docs/index.html">Phaser 3 Controls Example</a></p>
</p>
</body>
</html>