Skip to content

The implementation of steering behaviours algorithms using HTML5 with Phaser framewok. These algorithms allow autonomous characters to move in a realistic manner.

ssusnic/Steering-Behaviors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Steering Behaviors Algorithms

The implementation of steering behaviors algorithms using HTML5 with Phaser framewok. These algorithms allow autonomous characters to move in a realistic manner. They will be presented and explained through a series of tutorials with examples.

The source codes of all examples are fully commented so you should be able to follow them quite easy.

For more tutorials, but also to play my own games, visit http://www.askforgametask.com

Part 1: The Seek

The Seek steering behaviour algorithm allows a vehicle (seeker) to moves toward a target.

Here is the list of files for running the Seek example:

  • steer_01_seek.js
  • steer_01_seek.html
  • phaser.min.js

The complete article about the Seek algorithm with a live demo you can find at:
http://www.askforgametask.com/tutorial/steering-behaviors-seek/

About

The implementation of steering behaviours algorithms using HTML5 with Phaser framewok. These algorithms allow autonomous characters to move in a realistic manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published