home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 37 / Commodore_Free_Issue_37_2010_Commodore_Computer_Club.d64 / challenge < prev    next >
Text File  |  2023-02-26  |  1KB  |  51 lines

  1.  
  2. *************************************
  3. COMMODORE BASIC PROGRAMMING CHALLENGE
  4. *************************************
  5.  
  6. I thought I would start a challenge
  7. to all BASIC coders, (I know
  8. everyone hates BASIC; except of
  9. course the people who want to and
  10. still do use it) below is a small
  11. piece of code, its supposed to be a
  12. game called asteroid belt, you guide
  13. a ship "V" round the stars avoiding
  14. the asteroids "*" and collection
  15. fuel pods "."
  16.  
  17. The game is unoriginal and has be
  18. written many times before, however!
  19. I thought it would be fun to start a
  20. challenge to all programmers to take
  21. my efforts and expand them as far as
  22. BASIC would permit. Also what about
  23. a Commodore 16/plus4 version or a
  24. Vic20 version or even an Amiga
  25. version in something like AMOS.
  26.  
  27. Remember this is a learning
  28. experience so please heavily
  29. document all changes and write up
  30. what the changes do! whether that is
  31. to speed up the code or add
  32. enhancements. Speaking of
  33. enhancements here are some I could
  34. think of
  35.  
  36. * Better Graphics
  37. * Sound
  38. * Alien ships appearing at random
  39.   that need shooting
  40. * Better scrolling
  41. * On screen score and shields
  42. * High score table
  43. * Joystick support
  44.  
  45. (C=Free) The next article is the
  46.  listing & the next, an explanation
  47.  so you can see what the program
  48.  does.
  49.  
  50. =====================================
  51.