subject

Capstone Project Create a final project to showcase your Python Skills

or

Take a project that we’ve worked on in class and upgrade it.

Use the new skills we’ve learned over the course of the year
to revamp your project:

Your project will be graded based on the following Criteria:

Proposal: You will submit a 4 sentence proposal about what
you would like to do for your capstone project. In it you can go through the
code you intend to use or what you would like to change or upgrade. You can
also choose to select an entirely new project and submit that as your proposal.

Effort: How much work have you put into this project? This
is a final project and should take time. Make sure your work shows effort. If
you are upgrading a previous project, you will have to submit a before and
after of your code.

Content: Does your project work? Are there spelling
mistakes? Is it well tested?

Presentation: You will present the different strategies you
used to create the project as well as demo some of what your project does.

You may work in groups or with a partner if you want but
remember the more people that are in your group the more work we expect to see
from it.

Project example:

Example 1

Take the “Choose your own adventure story” and upgrade it to
a full game.

Make functions based on your code to Pokemon Battles and add
them to your text based adventure

Create stats for your character and have them affect how the
player goes through the story

By the end you should the full structure of a Text Based RPG
(Role Playing Game)

Example 2

Create a Library of Geometry Areas

Create a program that can take any shape and find the area

Use Turtle to draw each shape when you find the area

Display the information in a creative way

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:20, Korkot7633
[a] create a class called “cycle” which has two instance integer variables as properties, “numberofwheels” and “weight.” create a constructor with two parameters, using the same variable names in the parameter list. assign each variable to numberofwheels” and “weight” respectively. write a separate application to test the class and display its properties. note: do not change the names of the instance variables or the variables listed in the constructor’s parameter list. [b] edit your class cycle by adding a default constructor which will assign the default values of 100 to represent the numberofwheels, and 1000 to represent the weight, by invoking a call to the other constructor. modify your application created in [a] to test the class.
Answers: 3
image
Computers and Technology, 24.06.2019 00:30, bsonicx
The best definition of an idiom is a. a word or phrase that describes a noun b. a word or phrase describing a verb c. a phrase containing figurative language in which the word expresses a different idea from its exact meaning d. a phrase that compares two unlike objects or ideas
Answers: 2
image
Computers and Technology, 24.06.2019 07:00, sudotoxic
Into what form does the barcode reader convert individual bar patterns?
Answers: 1
image
Computers and Technology, 24.06.2019 10:00, alexapacheco012
What did i do wrong with this const discord = require('discord. js'); var bot = new discord. client(); const token = 'ntm3mjcxmtu1mjg3ote2ntq2.dyogew. dpfiwfpuifzuzvifop-csuxasnm' const prefix = "! " bot. registry. registergroup('simple', 'simple'); bot. registry. registerdefaults(); bot. registry. + '/commands'); bot. on('message', message => { if(message. content == 'hi! ') { message. channel. send ('@everyone sup, how is @everyone day going'); } if(message. content == 'h3lp') { message. channel. send ('dose not have any commands yet'); } bot. on('ready', function() { console. log("ready") }); bot. login(token);
Answers: 1
You know the right answer?
Capstone Project Create a final project to showcase your Python Skills

or

T...

Questions in other subjects:

Konu
Social Studies, 20.07.2019 13:30