Find Jobs
Hire Freelancers

jupyter notebook -- 2

$10-30 USD

Completed
Posted over 6 years ago

$10-30 USD

Paid on delivery
# -*- coding: utf-8 -*- import zombies_aliens """ Test Data Set: No data set. This is a discrete event simulation. Usage: Game overview: 1) the game is played on a (x,y) grid 2) the game is played for t discrete units of time 3) at each time t 3a) each Alien checks to see of they are close to a Zombie 3b) if the Alien is close to a Zombie a battle ensues 3c) if the strength difference is great enough, the Alien kills the Zombie and the Alien gets stronger 3d) if the strength difference is not great enough, both the Alien and Zombie are wounded 3e) each Zombie checks to see if they are close to an Alien 3f) if the strength difference is great enough, the Zombie infects the Alien and the Zombie gets stronger 3g) The Alien dies and is reborn as a Zombie [NOTE: the Alien dies in the object instance code but rebirth must happen in this game code so that the new Zombie is added to the zombies list] 3h) if the strength difference is not great enough, both the Alien and Zombie are wounded 4) Zombies walk slowly because they are, well, zombies 5) Aliens can move fast. They can use their spaceships if you want them to. 6) The game ends when the maximum time is reached or only zombies or aliens remain. """ MAX_ZOMBIES = 3 MAX_ALIENS = 4 MAX_TIMESTEPS = 5 def isnear(a_zombie, an_alien): pass # create lists of game objects zombies = [] for i in range(MAX_ZOMBIES): [login to view URL]([login to view URL]()) aliens = [] for i in range(MAX_ALIENS): [login to view URL]([login to view URL]()) # checkout list of objects created print("Initial zombies and aliens") print(repr(zombies)) print(repr(aliens)) # this battle results in wounding print("\nAfter Wounding zombies and aliens") zombies[0].infect_alien(aliens[0]) print(repr(zombies)) print(repr(aliens)) print("\nSet the strength of Zombie[0] to be very low so it is killed") zombies[0].strength = 10 print(repr(zombies)) print("\n Alien[0] kills Zombie[0]:") aliens[0].kill_zombie(zombies[0]) if (zombies[0].remove == 1): del zombies[0] print(repr(zombies)) print("\n Zombie[1] infects Alien[1] and a new Zombie is created:") aliens[1].strength = 10 zombies[1].infect_alien(aliens[1]) if (aliens[1].remove == 1): # set the (x,y) of the new Zombie to be the same as # the alien that has been infected #[LEFT TO STUDENTS] currentx = aliens[1].cellx currenty = aliens[1].celly del aliens[1] [login to view URL]([login to view URL]()) print("\nAfter zombies and aliens interact") print(repr(zombies)) print(repr(aliens))
Project ID: 15583801

About the project

2 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
I am an experienced programmer in python and cab do this task for you. Relevant Skills and Experience I have 12 years of development experience in Python,ASP.net, C# and VB.net. I have worked on a similar task in c++ before and can do this in python as I have the expertise Proposed Milestones $25 USD - Project Completion Contact me so that we can further discuss this project.
$25 USD in 2 days
5.0 (2 reviews)
1.8
1.8

About the client

Flag of UNITED STATES
Westminister, United States
5.0
13
Payment method verified
Member since Sep 26, 2017

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.