Jump to content

2600problems

Banned
  • Content Count

    234
  • Joined

Everything posted by 2600problems

  1. categories: 1.BASIC 2. Games/ports (good/ bad ports of various games) 3. control (i.e did it allow customization of keys or not, how well the games played) 4. Graphics and sound (give a comparison of the different computers sound differences (video or text example)
  2. just thought it would be nice to hear dokken while playing ultima
  3. hat, my friend has already happened. its called desert bus
  4. i know this won't work but i have another question. what if i did the encryption in Machine code?
  5. i'm just joking. calm down people. it obviously won't work.
  6. TI basic is slow to type, slow to execute...just slow in general
  7. ok, so, how do I get it to work in Winvice? all I get is a blank box with a few options
  8. that's the great thing about posting. no one knows if you're joking or being realistic. in this case, its a mystery. i'm simply waiting for you all to come up with the reason why
  9. I also did this for the BBC micro: 10 print "are you a dick?" 20 input a$ 30 rem yes or no doesn't matter 40 if a$= "yes" goto 50 50 print "shutting down" 60 print "good, shutting down"
  10. great answers, i'm laughing so hard right now
  11. that was funny kyle22 very funny btw, can the SID player in Winvice take WAV or mp3 files?
  12. I've decided that the best way to fuck with pirates is to password protect the games that I make. so here's a small snippet of my code: 10 print "are you a pirate" 20 input a$ 30 print "hello, my name is c64..., please give password 40 input a$ 50 if a$= 1000 to 9000 (or brute forced) goto 80 60 if a$= 8145 or 99872 goto 90 70 goto 80 80 (loops) 90 (unlocks computer) what I want to do is separate them into 2 different code batches. 1 to protect any games I make or upload to this site 2. to unlock it if needed. (I trust those I give the password to will not spread it over the internet) currently in alpha stage
  13. how do i do a PEEK command on the commodore 64 and vic 20? i can't get it right. i peek the address (38400) but it just says syntax error. what am i doing wrong. just give a short answer
  14. 1: BASIC: how easy was it to implement and how powerful was it? 2: games: this falls into two categories: strength and weaknesses. 1 game that shows a strength of the computer and one game that shows a weakness, no ports allowed. 3: sound: how well it sounded, Did it use an internal speaker of MIDI for #2, show an example, either a link or video
  15. 3 catagories: 1: BASIC and how well it was implemented 2: graphics and sound comparison 3: games that showcased both the computer's strengths and weaknesses
  16. this is kind of a stupid question but, Would the BBC micro be able to run Maniac mansion or monkey island?
  17. which graphics mode do i use? anything higher than 0 gives me a black screen
  18. what are the mode numbers though? how am I supposed to make any graphics with a black border?
  19. okay, so i'm using atari800win and any graphics modes higher than 0 give me a black screen
×
×
  • Create New...