home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 235 / 235.d81 / t.challenge < prev    next >
Text File  |  2022-08-26  |  2KB  |  90 lines

  1. u
  2.         The LOADSTAR Challenge
  3.            by Dave Moorman
  4.  
  5.  
  6.     This puzzle is surprisingly
  7. simple, once you figure out the trick.
  8. The word "LOADSTAR" is displayed on
  9. the screen. Use the mouse, joystick,
  10. or cursor keys to point to one of the
  11. letters and click.
  12.  
  13.     Under certain circumstances, the
  14. letter you click will toggle on (red)
  15. or off (dull gray). Your challenge is
  16. to figure out those circumstances --
  17. and turn all eight letters ON.
  18.  
  19.     That's it. Nothing fancy. Nothing
  20. terribly tricky. In fact, the whole
  21. puzzle is very, very binary. Oops --
  22. that was the one clue I promised
  23. myself I would not give you.
  24.  
  25.     Enjoy.
  26.  
  27.  
  28. TECH NOTES:
  29.  
  30.     Now for those who want to read all
  31. the nitty gritty (i.e., bragging),
  32. here is how Challenge came to be.
  33.  
  34.     The idea came from a game
  35. supposedly designed for the Altair
  36. 8800 -- where toggle switches and LEDs
  37. rule.
  38.  
  39.     Step 1: The screen was designed on
  40. Mr.MICK, and saved as an FTS file
  41. (font, screen, color).
  42.  
  43.     Step 2: Got out Mr.Mouse 2.1
  44. Resource Center and generated a JR
  45. version (2.5 K) at memory location
  46. $1000.
  47.  
  48.     Step 3: Wrote the Boot program to
  49. raise BOTTOM of BASIC up to page 32
  50. (room for font and Mr.Mouse), and
  51. bload Mr.Mouse and FTS screen., the
  52. load and run main program.
  53.  
  54.     Step 4: In main program, assigned
  55. MM Regions around each letter of
  56. "LOADSTAR". MM knows when the arrow is
  57. over a Region, and can easily change
  58. the color of the Region on demand. The
  59. logic was simple!
  60.  
  61.     Step 5: Used BASSEM's MERGE
  62. command to add the LOADSTAR CONNECT
  63. routine to return to LOADSTAR when the
  64. user quits.
  65.  
  66.     Step 6: Used Lee Novak's LINKER
  67. and PACKER to turn everything into one
  68. file and squeeze the air out of it.
  69.  
  70.     Step 7: Removed bloads from boot
  71. -- Linked and Packed program includes
  72. the auxillary files.
  73.  
  74.  
  75.     I love working on the C-64 because
  76. of familiarity and because we have
  77. some wonderful modules and tools. Mr.
  78. Mouse not only makes a program slick
  79. -- it simplifies many of the functions
  80. to single commands.
  81.  
  82.     If you get an idea for a program,
  83. give it a shot! Drop me a line and I
  84. will suggest tools and utilities that
  85. will make your work easy and the
  86. results spiffy.
  87.  
  88.  DMM
  89.  
  90.  
  91.