COMP1400 – Programming for Designers

Class announcements for Programming for Designers

COMP1400 – Programming for Designers random header image

Entries Tagged as 'Lectures'

Wk 11 – Wumpus with Interfaces

October 3rd, 2012 · No Comments · Lectures

I finished re-implementing the Wumpus game using the Hazard interface we discussed in today’s lecture. You can find the complete source here. I have also uploaded revised slides containing the changes I made during the lecture.

[Read more →]

Tags:

Lecture Notes and Video

July 18th, 2011 · No Comments · Lectures

I have just uploaded the lecture slides from today’s class. I future you should be able to find slides on the web shortly before the lecture. Follow the link on the sidebar on the right of this page to access them. Lecture videos should also go up soon.

[Read more →]

Tags:

Weird Bug

September 28th, 2010 · No Comments · Lectures

In last week’s lecture I had some trouble with the script: // GUI.js var label : String; var rect : Rect; function Update() { GUI.Label(rect, label); } Unity was giving the error: Assets/GUI.js(5,13): BCE0019: ‘Label’ is not a member of ‘GUI’. I’ve finally worked out why. When you create this script it makes a new […]

[Read more →]

Tags:

Lecture videos and notes

July 26th, 2010 · No Comments · Lectures

The videos of lectures are now available on UNSW TV. They should also in time become available on UNSW’s eLearning YouTube channel and on iTunes U but that doesn’t seem to have happened yet. In related news, it doesn’t look like I will have time to write lecture notes on the wiki on top of […]

[Read more →]

Tags:·

Lecture Slides and Wiki

July 13th, 2010 · No Comments · Lectures

As the course is being revised this session, I will be writing the lecture slides as we go along. Each week’s slides should be available on Monday before the lecture. You can download them here. I will be writing lecture notes on the class wiki. Each lab group will have an annotations page on the […]

[Read more →]

Tags:··