Week 10
This week we'll review what we've learned so far and finish up old assignments.
View the lecture
Final Project Ideas
For next week, be thinking about one or two possible ideas for what you'd like to do for your final project. Come prepared to talk about these next week.
Homework
No new coding homework assigned for this week! And a slight extension on late work.
Make sure you've correctly turned in all your work so far for this course. I'm expecting the following assignments:
- Intro static html page
- Number Guesser
- (Almost) Anagram
- Point of Sale System
- Concentration
class
(matching game) - Tiny Emoji Game
- Slot Machine Game
Please look back through your email and make sure that a) you've sent me each assignment and b) each assignment:
Contains no syntax errors
Preferably is a link directly to your work running on codesandbox.io or jsbin
If you're using jsbin, send the jsbin link (
https://jsbin.com/blalba/edit?js,console
), not a link to a generated gist, nor an attachment of files jsbin generated. Much of what you've sent me has had problems, and I can't tell if it's a problem with jsbin's export functionality or a mistake on your part, so let's just avoid it.If you really want to send an attachment, make sure that you're including all the
.js
and.html
files that are necessary to run it, either individually or as a.zip
. I should be able to download it and double click on yourindex.html
and see your work, running in my browser. To be sure, download and open it yourself, and make sure it runs.No
.txt
files or pasting code in an email allowed
Send a your work to zachary.schwartz@qc.cuny.edu by Sunday April 15th at 10pm for full credit. I will start reducing credit for assignments turned in after this.
Reading Assignment
Keep reading and working through this tutorial, creating the tic-tac-toe in codepen along with the guide.