Xmas Bash

Another Xmas Bash today. Pizza, pop, sweeties, Lego Rock Band, Buzz Quiz, Band Hero and Wii stuff.

4188819576

You set up all these attractions and all people want to do is the word search…

4188840816

4188843112418808383741888484484188851516

Mind you, there were some good prizes…

4188018499

…some very intensive Team Fortress 2 sessions..

4188857140

.. with some Lego Rock Band..

4188825366

..and sweeties.

Thanks to everyone who came. It was a real blast. There are some more pictures on Flick, click on any image to find your way to my account. If you have any pictures of your own tag them HullXmasBash2009.

Project Working

4179141391

We had some of our project presentations today. For the last few weeks teams of students have been working for a fussy and uncommunicative customer (me) making a rather complicated solution.

I didn’t get to see all the presentations, but it was very nice to see people standing up and describing their designs, along with how they had worked together to produce working solutions.  Well done folks.

Marking Minesweeper

4173607315

Spent pretty much all of today playing MineSweeper. Around 23 times. All of the first year get 15 minutes each to show off their programs and so Mike, Simon and myself were looking at how well they had done implementing this classic game.

It never ceases to amaze me how different people find their own way to write a program to solve the same problem. Some worse than mine, some better than mine. And just about all of them working.

In fact, some of them should make an appearance on Xbox Live at some point. They really were that good.

Minesweeper Fun and Games

4168884344

The first year course is busy working on the Minesweeper programming problem that is the second piece of assessed coursework. This is proving to be a nice problem to solve, with a good mix of simple behaviours to play the game itself, and some more complex parts for those who want to get their teeth into something more challenging.

The marking starts on Thursday, I’m looking forward to seeing what folks have come up with.

So Much for the Second Year

4132531573

I was doing a lecture on our Software Engineering course today. We were talking about UML (Unified Modeling Language) and how to map language specific features (for example C# properties) onto UML diagrams (if you want to find out more about this you can go here for some useful ideas).

Anyhoo, I thought it would be a good idea to show an example of a property in action so I wrote some C# on the board:

Rob.Age = 21;

The idea was to start an instructive discussion about the difference between fields and properties in C# objects. I asked the class to consider the statement and comment on it. A hand at the back shot up. “What do you think the statement means?” I asked. The reply came straight back “That you’re a liar”.

Thanks for that.