-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (144 loc) · 7.73 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<style>
img {
border: 0 none;
display: inline-block;
max-width: 100%;
vertical-align: middle;
}
.link {
float: right;
margin-left: 5px;
}
.draft {
color: rgb(185, 185, 185) !important
}
.draft a {
color: inherit;
}
.week-link {
color: inherit;
text-decoration: inherit;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group-item {
color: inherit;
}
</style>
<title>CSSE1001 Records</title>
</head>
<body>
<div class="container">
<br/><br/>
<h1>CSSE1001 Assignment Records</h1><br/>
<table class="table">
<thead class="thead-light">
<tr>
<th scope="col">Semester</th>
<th scope="col">Assignment 1</th>
<th scope="col">Assignment 2</th>
<th scope="col">Assignment 3</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">2023s2</th>
<td><a href="2023s2/a1.pdf">Fancy Naughts & Crosses</a><br/>by Ashleigh Richardson</td>
<td><a href="2023s2/a2.pdf">Fancy Sokoban</a><br/>by Ashleigh Richardson</td>
<td><a href="2023s2/a3.pdf">Extra Fancy Sokoban</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2023s1</th>
<td><a href="2023s1/a1.pdf">Shopamania</a><br/>by Wilson Kong</td>
<td><a href="2023s1/a2.pdf">Slay the Spire</a><br/>by Ashleigh Richardson</td>
<td><a href="2023s1/a3.pdf">Farm Game</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2022s2</th>
<td><a href="2022s2/a1.pdf">Sudoku</a><br/>by Brianna Jones & Eliza Bennett</td>
<td><a href="2022s2/a2.pdf">Garden Gnome</a><br/>by Wilson Kong & Ethan Roderick</td>
<td><a href="2022s2/a3.pdf">2048</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2022s1</th>
<td><a href="2022s1/a1.pdf">Wordle</a><br/>by Ashleigh Richardson</td>
<td><a href="2022s1/a2.pdf">Maze Runner</a><br/>by Ashleigh Richardson</td>
<td><a href="2022s1/a3.pdf">Maze Runner Once Again</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2021s2</th>
<td><a href="2021s2/a1.pdf">Chess</a><br/>by Ashleigh Richardson</td>
<td><a href="2021s2/a2.pdf">Pokemon</a><br/>by Harry Keightley</td>
<td><a href="2021s2/a3.pdf">Hacker</a><br/>(Ratchet and Clank Hacker Minigame)<br/>by Evan Caville</td>
</tr>
<tr>
<th scope="row">2021s1</th>
<td><a href="2021s1/a1.pdf">Sliding Puzzle Game</a><br/>by Mike Pham & Richard Thomas</td>
<td><a href="2021s1/a2.pdf">End of Dayz</a><br/>by Brae Webb</td>
<td><a href="2021s1/a3.pdf">End of Dayz (GUI)</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2020s2</th>
<td><a href="2020s2/a1.pdf">Criss-Cross Multi-Step Word Guessing Game</a><br/>by Peter O'Shea & Wilson Kong</td>
<td><a href="2020s2/a2.pdf">Key Cave Adventure Game</a><br/>by Wilson Kong</td>
<td><a href="2020s2/a3.pdf">Key Cave Adventure Game (GUI)</a><br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2020s1</th>
<td><a href="2020s1/a1.pdf">Pokemon: Gotta Find Them All!</a><br/>(Minesweeper)<br/>by Wilson Kong</td>
<td><a href="2020s1/a2.pdf">Pipe</a><br/>(Water Pipes)<br/>by Wilson Kong</td>
<td><a href="2020s1/a3.pdf">Pokemon: Gotta Find Them All! (GUI)</a><br/>(Minesweeper)<br/>by Ashleigh Richardson</td>
</tr>
<tr>
<th scope="row">2019s2</th>
<td><a href="2019s2/a1/index.html">Sudo Mario Bros</a><br/>(Mario)<br/>by Brae Webb</td>
<td><a href="2019s2/a2/index.html">Sleeping Coders</a><br/>(Sleeping Queens)<br/>by Brae Webb</td>
<td><a href="2019s2/a3/index.html">Mario</a><br/>(Mario)<br/>by Brae Webb</td>
</tr>
<tr>
<th scope="row">2019s1</th>
<td><a href="2019s1/a1.pdf">Travel Inspiration</a><br/>by Richard Thomas</td>
<td><a href="2019s1/a2.pdf">Weather and Event Planner</a><br/>by Richard Thomas</td>
<td><a href="2019s1/a3/index.html">Ninedraft</a><br/>(Minecraft/Terraria)<br/>by Benjamin Martin & Paul Haley</td>
</tr>
<tr>
<th scope="row">2018s2</th>
<td><a href="2018s2/a1/index.html">Simple Encryption</a><br/>(Caesar Cipher)<br/>by Peter O'Shea & Benjamin Martin</td>
<td><a href="2018s2/a2/index.html">Uno++</a><br/>(Uno)<br/>by Brae Webb</td>
<td><a href="2018s2/a3/index.html">CSSE1001 Queue</a><br/>by Peter O'Shea & Brae Webb</td>
</tr>
<tr>
<th scope="row">2018s1</th>
<td><a href="2018s1/a1.pdf">Commonwealth Games</a><br/>by Richard Thomas</td>
<td><a href="2018s1/a2.pdf">Olympic Games</a><br/>by Richard Thomas</td>
<td><a href="2018s1/a3/index.html">Towers</a><br/>(Monkey Tower Defense)<br/>by Benjamin Martin & Brae Webb</td>
</tr>
<tr>
<th scope="row">2017s2</th>
<td><a href="2017s2/a1.html">Brain Teasing Zig-Zag Word Game</a><br/>by Benjamin Martin</td>
<td><a href="2017s2/a2/index.html">Scrabble</a><br/>by Benjamin Martin</td>
<td><a href="2017s2/a3/index.html">Dots & Co</a><br/>by Benjamin Martin & Brae Webb</td>
</tr>
<tr>
<th scope="row">2017s1</th>
<td><a href="2017s1/a1.pdf">Married at First Sight</a><br/>by Richard Thomas</td>
<td><a href="2017s1/a2.pdf">Stock Market</a><br/>by Richard Thomas</td>
<td><a href="2017s1/a3/index.html">Lolo</a><br/>(Candy Crush/2048)<br/>by Benjamin Martin & Brae Webb</td>
</tr>
</tbody>
</table>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
</body>
</html>