Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6159975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:13:16+00:00 2026-05-23T21:13:16+00:00

I Have Been Trying for days on how to do this. Basically You Control

  • 0

I Have Been Trying for days on how to do this. Basically You Control A Player, And zombies follow you.
Problem Is, I Cant Seem To Get The Zombies To Follow! I Tried If Statements For Example

    if playerx > zombiex:
        zombiex=zombiex - 2
        screen.blit(zombie,(zombiex,zombiey))

aaaaaand That Didnt Work…. :/
Any Ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:13:17+00:00Added an answer on May 23, 2026 at 9:13 pm

    Maybe this is what you searched for.

    def length(x, y):
        return (x ** 2 + y ** 2) ** .5
    
    def norm(x, y):
        _len    = length(x, y)
        return x / _len, y / _len
    
    class ZombieController(object):
    
        def __init__(self, zombie_view_range):
            self._zombs = []
            self.append = self._zombs.append
            self._range = zombie_view_range
    
        def NextFrame(self, player_pos):
            px, py      = player_pos
            _range      = self._range
            for zombie in self._zombs:
                x, y    = zombie.position
                dx, dy  = px - x, py - y
                _len    = length(dx, dy)
                if _len <= _range:
                    speed       = zombie.speed
                    direction   = norm(dx, dy)
                    zombie.positon  = x + direction[0] * speed, y + direction[1] * speed
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to days now to get this website completed ... however,
I have been trying to get this to work for about three solid days
I have been trying to solve this problem for three days now, it's really
I have been trying for days to get this code to work, but I
I have been trying for 4 days to get app-engine and grails working together
I have been trying to get around this error for a day now and
I have been trying for days to figure out how to parse this JSON
This has been driving me crazy for 2 days. I have been trying to
I have been trying to figure this out for 2 days and could not
I have been trying to do this for a few days now using AVFoundation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.