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

  1. u
  2.               Formula 1k
  3.      (C) 2002 Andreas Gustafsson
  4.          (aka. Shadow/Noice)
  5. ------------------------------------
  6.  
  7.  
  8. INFO:
  9.  
  10.     This is a small racing game for
  11. the 2002 Minigame compo where the task
  12. is to write a 1k game for one of the
  13. good old 8-bit platforms.
  14.  
  15.  
  16. GAME DESCRIPTION:
  17.  
  18.     Use joystick in port 2 to control
  19. your powerful Formula1k racer and try
  20. to keep it on the road. If the car
  21. touches the grass/trees it will be
  22. damaged, and once it takes to much
  23. damage it will explode and it's "Game
  24. Over"-time. The faster you drive, the
  25. more points you score, but the track
  26. will narrow as time goes on, so be
  27. careful on when to floor it and when
  28. not to!
  29.  
  30.  
  31. AUTHORS NOTE:
  32.  
  33.     It's been a long while since I
  34. programmed anything for the C64, but
  35. making a 1K game seemed like an easy
  36. enough task. So I started flipping
  37. through my old "Programmer's Reference
  38. Guide" and tried to remember how
  39. things worked. As I started out I
  40. thought I would have plenty of space,
  41. so I didn't even try to code
  42. size-optimal, but I soon realised that
  43. 1k isn't all that much even on a C64!
  44. In the end I had to go through the
  45. code several times to squeeze it down
  46. under 1024 bytes. The resulting game
  47. is not very good, crappy sound, and
  48. graphics that took about two minutes
  49. to make, but I had lots of fun while
  50. coding it at least.
  51.  
  52.  
  53. TOOLS USED:
  54.  
  55.     6502 Turbo Assembler by Taboo
  56. Productions. Sprite created in Sprite
  57. Editor by Lasse Uurni (thanks for the
  58. programming advice btw.!) This was
  59. tested under VICE v1.9 and CCS64
  60. v2.0beta. Unfortunately I couldn't try
  61. it on the 'real deal' (I need to get a
  62. link cable that works with my comp!)
  63.  
  64.  
  65. CONTACT INFO:
  66.  
  67. sdw@lysator.liu.se
  68. www.lysator .liu.se/^sd
  69.  
  70.  
  71.