Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 509 Bytes

BoardDesign.md

File metadata and controls

25 lines (22 loc) · 509 Bytes

Robo Rally Board Standard

  1. Each board is constructed in layers.
  2. Each type of object should only exist in its own layer.
  3. Player layer must be the top layer.
  4. Wall, LaserWall, Laser layers must directly follow the Player layer.
  5. Board must be the bottom layer.

Layers In Order

All layers must be included with identical naming

  1. Player
  2. Wall
  3. LaserWall
  4. Laser
  5. LaserDouble
  6. Conveyor
  7. Pusher
  8. Gear
  9. Upgrade
  10. Repair
  11. Hole
  12. Flag
  13. Start
  14. Board