Week-7-Python-Programming
Programming Essentials
Game Time
You have a little free time on your hands and decide to create a simple game. Utilize the design tools that you have learned this week to design and program a very simple game. Examples: Movie Trivia, Guess a number between 1-10, Dice, etc. Note: Avoid games with lots of complex combinations like card games, i.e. poker, unless you desire a surmountable challenge. The real goal is for you to demonstrate the use of the design tool to reduce the amount of time spent coding and error fixing.
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper NowFor this project:
- You will submit your python code in either the original .py file, or copied into a .txt file.
- You will also submit evidence of the design tool being used to organize the logic of your program. This can be a screenshot, flowchart, hand-drawn, pseudocode, etc. uploaded as a Word DOC or DOCX.
- A screenshot of your code having been executed (run). How to Take a Screenshot
Tips: Utilize your design tools!
Grading Criteria Assignments
Maximum Points
Program accomplishes requested operations per instructions.
30
Game is interactive and has a goal.
30
Instructions are clear as to how to interact with the game.
20
Demonstrates the use of some program development tool.
20