Difference between revisions of "Module/Movement"

From Robowiki
Jump to navigation Jump to search
(Example of movement)
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
! Author
 
! Author
 
! Description
 
! Description
 +
|-
 +
| [[/AntiGravity | AntiGravity]]
 +
| Owens
 +
| Movement using an anti-gravity algorithm. [[Anti-Gravity_Movement |Info about Anti-Gravity Movement]] - [http://www.ibm.com/developerworks/java/library/j-antigrav/ Related article]
 
|-
 
|-
 
| [[/KeyboardMovement | KeyboardMovement]]
 
| [[/KeyboardMovement | KeyboardMovement]]
 
| Fnl
 
| Fnl
 
| Use your keyboard to move the bot
 
| Use your keyboard to move the bot
 +
|-
 +
| [[/Random | Random]]
 +
| PEZ
 +
| Demonstrating a simple, extensible way to go about random 1v1 movement. [[Random_Movement |Info about Random Movement]]
 +
|-
 +
| [[/Walls | Walls]]
 +
| Nelson M. & Fnl
 +
| Follow the walls
 
|}
 
|}

Latest revision as of 00:54, 24 March 2008

Movement Name Author Description
AntiGravity Owens Movement using an anti-gravity algorithm. Info about Anti-Gravity Movement - Related article
KeyboardMovement Fnl Use your keyboard to move the bot
Random PEZ Demonstrating a simple, extensible way to go about random 1v1 movement. Info about Random Movement
Walls Nelson M. & Fnl Follow the walls