word_find.py”, a CLI program that allows the user to play a word game. If the user scores high enough in the game, some data about the game in a text file.

computer science

Description

Assignment Overview

 

You are required to design and implement two related programs:

 

“word_find.py”, a CLI program that allows the user to play a word game. If the user scores high enough in the game, some data about the game in a text file.  Develop this program

 

before “log_viewer.py”.

 

“log_viewer.py”, a GUI program that lets the user view the data in the text file. Develop this program after “word_find.py”.

 

 

The following pages describe the requirements of both programs in detail.

 

Starter files for both of these programs are provided along with this assignment brief, to help you get started and to facilitate an appropriate program structure. Please use the starter files.

 


Related Questions in computer science category