Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


How does the Slenderman's AI (if that) work?
Ghieri Offline
Posting Freak

Posts: 2,374
Threads: 8
Joined: May 2012
Reputation: 60
#5
RE: How does the Slenderman's AI (if that) work?

I played it once, and it seems like a simple game of cat and mouse, slender just moves closer every so often until it catches the player.

If I were writing the code, I would do it like this:

Spawn the player and slender.

if(delta x and delta y between slender and the player are not 0){
Increment Slender's x and y coordinates periodically until the player is caught or the pages are found.
Possibly make him more aggressive depending on number of pages found, whether the flashlight is on, or how long the game has been going on, etc.
Maybe make him dance to sax.
}

[Image: tumblr_n6m5lsQThQ1qc99nxo1_250.gif]
10-18-2012, 08:23 PM
Find


Messages In This Thread
RE: How does the Slenderman's AI (if that) work? - by Ghieri - 10-18-2012, 08:23 PM



Users browsing this thread: 1 Guest(s)