Advertisement
VikeStep

Rubiks Monitor

Jun 22nd, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.37 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2. m.setCursorPos(1,1)
  3. m.write("Hello, thanks for trying out my Rubiks Cube.")
  4. m.setCursorPos(1,3)
  5. m.write("To use this cube, grab the wireless remotes from the chest.")
  6. m.setCursorPos(1,5)
  7. m.write("The 6 remotes labelled F,R,B,L,U & D rotate the sides")
  8. m.setCursorPos(1,6)
  9. m.write("Side F will rotate the front side (Blue Center) clockwise")
  10. m.setCursorPos(1,7)
  11. m.write("Side R will rotate the right side (Red Center) clockwise")
  12. m.setCursorPos(1,8)
  13. m.write("Side B will rotate the back side (Green Center) clockwise")
  14. m.setCursorPos(1,9)
  15. m.write("Side L will rotate the left side (Orange Center) clockwise")
  16. m.setCursorPos(1,10)
  17. m.write("Side U will rotate the upper side (Yellow Center) clockwise")
  18. m.setCursorPos(1,11)
  19. m.write("Side D will rotate the down side (White Center) clockwise")
  20. m.setCursorPos(1,13)
  21. m.write("If you want to rotate a side anticlockwise, hold it down")
  22. m.setCursorPos(1,14)
  23. m.write("for at least half a second. Otherwise pressing it quickly")
  24. m.setCursorPos(1,15)
  25. m.write("will rotate it clockwise.")
  26. m.setCursorPos(1,17)
  27. m.write("The remote labelled \"reset\" will reset it back to a solved")
  28. m.setCursorPos(1,18)
  29. m.write("cube and the remote labelled \"scramble\" will scramble it")
  30. m.setCursorPos(1,19)
  31. m.write("for you.")
  32. m.setCursorPos(1,21)
  33. m.write("Please report any bugs to VikeStep on the FTB Forums thanks")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement