Find Jobs
Hire Freelancers

jupyter notebook -- 2

$10-30 USD

Teljesítve
Kiadva ekkor: több mint 6 évvel ezelőtt

$10-30 USD

Teljesítéskor fizetve
# -*- 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))
Projektazonosító: 15583801

A projektről

2 ajánlat
Távolról teljesíthető projekt
Aktiválva: 6 évvel ezelőtt

Szeretne pénzt keresni?

A Freelancer oldalán történő árajánlatadás előnyei

Határozzon meg költségvetést és időkeretet
Kapja meg fizetését a munkáért
Vázolja ajánlatát
Ingyen regisztrálhat és adhat árajánlatot munkákra
Neki odaítélve:
Felhasználó avatár
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 2 napon belül
5,0 (2 értékelés)
1,8
1,8

Az ügyfélről

UNITED STATES zászlója
Westminister, United States
5,0
13
Fizetési mód hitelesítve
Tagság kezdete: szept. 26, 2017

Ügyfél-hitelesítés

Köszönjük! E-mailben elküldtük a linket, melyen átveheti ajándék egyenlegét.
E-mailje elküldése során valami hiba történt. Kérjük, próbálja újra.
Regisztrált Felhasználók Összes Közzétett Munka
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Előnézet betöltése
Hozzáférést adott a helymeghatározáshoz.
Belépési munkamenete lejárt, és kijelentkeztettük. Kérjük, lépjen be újra.