Below you will find pages that utilize the taxonomy term “Projects”
February 2, 2011
Programming an UNO game, part 2
It turns out that programming the UNO game is not that complicated once you start designing the thing. This post will get the rules and game elements clear.
The deck An UNO deck consists of four sets of coloured cards (red, yellow, green and blue) together with eight wild cards. The non-wild cards are marked with either numbers or special symbols. The numbers range from zero to nine with two of each number except for the zero, which is unique.
December 28, 2010
Programming an UNO game
A new year, a new hobby I don’t write about programming enough. This is a shame because it is a very interesting subject and I find that the problem solving aspects of programming are very satisfying. Keenly aware of the need to do more hobby programming and to get up to speed on areas of software development that I’ve been neglecting, I have decided to give myself the project of creating a computerised version of the UNO card game.