Skip to content

S21_HangmanGUI_Medium

William O Simpson edited this page May 3, 2020 · 4 revisions

Portfolio Home Page

Problem Statement

User Documentation

Developer Documentation

UML Diagram:

JavaDocs

The java documents are served from a local web server on this machine. To start the web server, navigate to the directory immediately above where the source code is checked out (i.e. ~/git ) and then use "python -m SimpleHTTPServer" in that directory.

cd ~/git
python -m SimpleHTTPServer&

Note: if you are running python 3 (which you can check via opening a terminal and typing: python --version), then the command is:

python3 -m http.server

Click Here to View JavaDocs

Source Code

Link to the source code