|
Comp202: Principles of Object-Oriented Programming II
|
This tutorial covers:
Programming project #1 asks you to write a GUI program to play hangman. One of the key data structures for this program is a linear recursive structure similar to that of a list to store the characters of a word to be guessed. A detailed description of this data structure is given at the link: ../../assignments/hangman/wordlist.shtml, Go to this link and follow the directions that are there. By completing the exercises in this link, you will have completed a non-trivial part of the programming project.
Your labbies will give you guidance but will not help you write the code.
Last Revised Thursday, 03-Jun-2010 09:52:24 CDT
©2006 Stephen Wong and Dung Nguyen