1
Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: March 21, 2011 before the class
Project: Hangman
CSCI 2410 Data Structures and Algorithms
Armstrong Atlantic State University
Team Project: Form a team with 2 or 3 members. Each member needs to submit it online.
Submit one hard copy for the team.
Team members: ________________________
Problem Description:
(Game: hangman) Write a GUI program that lets a user
play the hangman game. The user guesses a word by
entering one letter at a time, as shown in Figure
Figure 22.23
The program plays a hangman game.
2
Requirements:
Analysis:
(Describe the problem including input and output in your own words.)
Design:
(Describe the major steps for solving the problem)
3
Testing: (Describe how you test this program)
What to submit?
1. This document for the team
3. Fill in self-evaluation:
1. Can your program read the words from the URL? _______________
2. Can your program display the initial user interface? _______________
3. Can your program receive a character from the user? _______________