I've done something amazing!
-
I've done something amazing! Since everyone loves "AI" so much, I've created an ingenious AI machine for an 8-bit machine. Due to the need for so much RAM, I made it on the #Commodore #C128. I just wasn't sure if the #C64 could handle the load.
After millions of intense testing events, I've concluded it has a success rate of 50%...very competitive with other modern systems!
10 PRINT CHR$(147);
20 INPUT "QUESTION ('Q' TO QUIT)";Q$
25 IF Q$="Q" THEN END
30 IF RND(0) >= 0.5 THEN PRINT "YES":GOTO 20
40 PRINT "NO":GOTO 20Best part? It takes only 1 block of disk space!!
-
I've done something amazing! Since everyone loves "AI" so much, I've created an ingenious AI machine for an 8-bit machine. Due to the need for so much RAM, I made it on the #Commodore #C128. I just wasn't sure if the #C64 could handle the load.
After millions of intense testing events, I've concluded it has a success rate of 50%...very competitive with other modern systems!
10 PRINT CHR$(147);
20 INPUT "QUESTION ('Q' TO QUIT)";Q$
25 IF Q$="Q" THEN END
30 IF RND(0) >= 0.5 THEN PRINT "YES":GOTO 20
40 PRINT "NO":GOTO 20Best part? It takes only 1 block of disk space!!
@c64whiz You're so close to AGI.