Skip to content
/ Walker Public

A simple demo for creating (spawning) objects (walkers) which moves randomly on the canvas using P5 JS library

Notifications You must be signed in to change notification settings

ysfxix/Walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walker

A simple demo for creating (spawning) objects (walkers) which moves randomly on the canvas using P5 JS library

A Walker can take a step in 4 possible directions:

  1. Left (East)
  2. Right (West)
  3. Forward (North)
  4. Backward (South)

A random number is generated (between 1-4) for every step and based on that random number it is decided which direction the walker will take a step

About

A simple demo for creating (spawning) objects (walkers) which moves randomly on the canvas using P5 JS library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published