https://www.youtube.com/watch?v=Y0swfcKv7F0&t=1s The link above is what my project should look like. I have the screens done already so I would only need the code. This is for AP principles of computer science. Please help it is due very soon and need your help to get it done. Message me to share my code.org profile.
Category: High School
Java Turn Based BattleCard Game
I’m looking for help to complete my assignment that requires me to make a text based game. I wanted to build a turn-based battle card game that would be a simple version of Hearthstone. I came up with the UML diagram, rules, requirements, displayer example and the different types of cards. Thank you
Scientific Decisions assignment
Select three different alternative energy sources that could be solutions to the current energy crisis (wind power, nuclear power, etc). Explain the benefits and costs of each in terms of human life (both quality of life, and health risks) and environmental impact. Conclude by choosing one of your solutions and explaining your reasoning behind your …
Scientific Decisions assignment
Select three different alternative energy sources that could be solutions to the current energy crisis (wind power, nuclear power, etc). Explain the benefits and costs of each in terms of human life (both quality of life, and health risks) and environmental impact. Conclude by choosing one of your solutions and explaining your reasoning behind your …
Python assignment
Submitted a .txt file with 10 different languages, each one on a new line.Submitted a python file that demonstrates:A linear search for a specific world language.An insertion sort function.A print() command that shows how the list has been sorted in alphabetical order.
python assignment
Using a text editor like Windows Notepad or some other editor, create a new text file of the names of at least 10 different world languages. (Make sure to save the file as a .txt file.) Write each one down on a separate line, then save the file and name it world.txt. Do not worry …
WWII Interactive Timeline, American Battle Monuments Commission
View videos, all texts, and maps of each event listed below. On a Google Doc that you attach to this assignment, compose at least 3-4 sentences describing the event (who, where, when, what), the outcome, and the event’s significance in the war (for example, was it a turning point? Were new technologies/strategies used? etc.) Its …
homework
Watch Dr. Greger’s video on the Daily Dozen and write a summary of the video no less than 50 words . Include your thoughts of the Daily Dozen on how it can help your health specifically, and talk about the challenges it would take to check off as many boxes as possible each day. Furthermore, …
Find pressure and temperature in otto process
Data: volume 0,35liters, compression ratio 1:9. 600J added in combustion between point 3 and 4 in the process. Temperature and pressure in 1,2,3,4 in the otto cycleFind energy added from 4-1 If a gas expands from point 4 to a new position 5, where the pressure is equal to the starting pressure. Then what is …
Python HW
All of the problems in this assignments should be solved with Dictionaries or Sets. Don’t build Dictionaries by hand: automate building your dictionaries. You will be asked to use a CSV file from Data.gov called Missouri_Beer__Wine.csvPreview the document Use Exceptions to protect your program from missing files, and provide the user a useful error message. …