We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48470f0 commit cb3634eCopy full SHA for cb3634e
1 file changed
Week3/README.md
@@ -0,0 +1,14 @@
1
+# Lecture three
2
+
3
+# Covered in class:
4
5
+## Homework:
6
+Create a game!
7
+ * The game uses JSON as input
8
+ * The game should have user interaction
9
+ * Have at least 3 different functions
10
+ * Have at least one callback function
11
+ * Use objects (this can also be a source of inspiration for what kind of game to make)
12
+ * The game has to run on an HTML page (live on Github)
13
+ * All the code needs to be commented
14
+ * The github page should have a readme describing how the game/code works and a whishlist of features to be added in the future
0 commit comments