Jump to content

2600problems

Banned
  • Content Count

    234
  • Joined

Posts posted by 2600problems


  1. 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

     


  2. 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

×
×
  • Create New...