Author Topic: Evil Buffalo Zombies: The Return!  (Read 6109 times)

Setherick

  • Administrator
  • Cosmic Horror: 1d10/1d100 SAN loss
  • *****
  • Posts: 2583
  • Economies of Scale
    • View Profile
Evil Buffalo Zombies: The Return!
« on: March 04, 2013, 02:54:36 PM »
Most of you have watched/listened to Ross' parody commercial Oregon Trail 13, and if you haven't, you need to watch it right now:

<a href="" target="_blank" class="aeva_link bbc_link new_win"></a>


Now that you have watched it, or watched it again, I'll introduce you to Evil Buffalo Zombies: The Return!

I have been teaching myself how to program in Python, so I decided to write this game up to test how to properly call multiple functions inside multiple loops and how to work with classes. I decided to share it with all of you: https://www.dropbox.com/sh/pgdkpml71yrzsl3/HRQcu5kSov?m

#IMPORTANT EDIT:: I have a major interview on Thursday, so I didn't have time to clean up all the flavor text and properly break lines of texts, so you'll have to suffer with the beta.

To play it, you'll need to download all of the files and put them into a directory. I used cx_Freeze on a Win7 64bit system to make the script executable, so there is a chance (I mean this will definitely happen) that if you are running Mac OS or Linux the files will not work.

For people that have Python installed, here is a direct link to the script: https://www.dropbox.com/s/v81c0dewruk4878/Evil%20Buffalo%20Zombies.py?m

Finally, I've only been working with Python for a month, so there is no making fun of my amateurish coding skills. I mean it. I will delete your avatar.
"Something smart so that I can impress people I don't know." - Some Author I've Not Read

Setherick

  • Administrator
  • Cosmic Horror: 1d10/1d100 SAN loss
  • *****
  • Posts: 2583
  • Economies of Scale
    • View Profile
Re: Evil Buffalo Zombies: The Return!
« Reply #1 on: March 04, 2013, 06:32:38 PM »
If anyone gets a "missing DLL error," please let me know. I just tried to download this on my wife's computer and run it and got one. I'm not sure why that's happening yet.
"Something smart so that I can impress people I don't know." - Some Author I've Not Read

Setherick

  • Administrator
  • Cosmic Horror: 1d10/1d100 SAN loss
  • *****
  • Posts: 2583
  • Economies of Scale
    • View Profile
Re: Evil Buffalo Zombies: The Return!
« Reply #2 on: March 05, 2013, 10:52:51 AM »
"Something smart so that I can impress people I don't know." - Some Author I've Not Read

Setherick

  • Administrator
  • Cosmic Horror: 1d10/1d100 SAN loss
  • *****
  • Posts: 2583
  • Economies of Scale
    • View Profile
Re: Evil Buffalo Zombies: The Return!
« Reply #3 on: March 05, 2013, 12:53:23 PM »
Last update. I swear: https://www.dropbox.com/sh/mhidtx4xsi56et3/GHShI_5PJ4?m

I corrected the chance to hit by the buffalo zombies when fighting defensively, and I added lines to the final statistics that show how many times you were hit and the average damage per hit done.
"Something smart so that I can impress people I don't know." - Some Author I've Not Read