Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Computer Science :You are going to create an interactive educational app based on your chosen topic. It might be a game, a quiz, or a
Computer Science :You are going to create an interactive educational app based on your chosen topic. It might be a game, a quiz, or a combination of options for your user to work through in a graphical environment such as Tkinter. Your first step is to complete a project proposal as you think through your process.
You may choose to program in Python exclusively, or use a new module that we haven't covered in class but is available in the resource section Turtle Tkinter, Pygame
I chose the topic AI BOTS
proposal step before coding :Describe in detail the informational program you would like to create.
Description: Give a brief description of your program. LIKE AFTER CODING TELL ME HOW U DID CODING LIKE FOR EXAMPLE IT SHOWS TEXT THEN QUIZ OR THERE ARE WILL ANY SERIES OF QUESTION FOR USER TO PUT IN or all the links it will open in coding to show the work of program
Algorithm: Provide the design steps of your process
Pseudocode: Write the basic structure of the code in pseudocode a description of what a computer program should do It is written in a formal yet readable style that uses a natural syntax and formatting so it can be easily understood by others involved in the development process.
Project Management:
Quality management: Describe how you are going to test your program for quality.
After u will then do your coding as i mentioned below
Note : Mention this is step this is step etc.. There are different steps
Step : After proposal u will implement like i mentioned above u going to create game app whether using python or tkinter on the topic of AI BOTS
Your program must be usable ie it WORKS and have clear instructions for the user more on this is Step # It is better to make a simple program that works than a complicated program that is full of bugs!
Games involving dices, cards, letter and words are good candidates. The following list provides some examples of games that are suitable for this project:
Trivia
Hangman
Jeopardy
Bingo
Quiz
Crossword
Word game
Program Comments
You need to include inline documentation in the body of your code that explains:
what your variable represents
what your conditions if else are testing
what your loops are trying to accomplish
what causes your loops to exit
what different blocks of code are trying to accomplish
In addition, your main program needs a header section ie name of program, you name, brief description of functionality Each class file needs similar documentation.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started