Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I am doing an assigment where I have to create a game. I decided to use python. I was wanting to do it Valentine's Day

I am doing an assigment where I have to create a game. I decided to use python. I was wanting to do it Valentine's Day themed. I am wanting to try and do Stardew Valley type game with using Pokemon characters, Espeon and Charizard.
I just do not know where to begin to do the graphics etc, create the characters. I was recommended Pygame. If any other better recommendations would help. I am stuck on how to incorporate the theme if someone were to play.
This is what I have so far.
image text in transcribed
image text in transcribed
def game start(): print("Welcome to the Valentine's Day Adventure!") print("You will be playing as Espeon and Charizard. Your goal is to complete quests and tasks to earn a special present for your loved one.") print("Are you ready to start your adventure? (yeso)") choice = input().lower() if choice == "yes": print("Great! Let's get started.") \# Call the first quest function here else: print("Okay, maybe next time. Have a great Valentine"s Day!") \# Define the first quest function here game_start() def first quest(): print("Your first task is to chop some wood to build a present.") print("Do you want to use Espeon or Charizard to chop the wood? (espeon/charizard)") choice = input() . lower() if choice == "espeon": print("Espeon successfully chopped the wood and gathered enough material to build the present.") else: print("Charizard used its fire breath to burn the trees and gather the wood. Be careful not to burn down the whole forest!") \# Call the next quest function here

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Jay Greenspan, Brad Bulger

1st Edition

978-0764535376

More Books

Students also viewed these Databases questions

Question

need it asap, thank you!

Answered: 1 week ago