Il mio primo chatbot 1984 (C64) by Toolkitman
A downloadable game
10 PRINT "COME TI CHIAMI" 20 INPUT A$ 30 IF A$ = "MATTEO" THEN PRINT "TI AMO" 40 IF A$ <> "MATTEO" THEN PRINT "NON TI AMO" 50 END
line 10 print on screen (WHAT IS YOUR NAME)
line 20 wait for an input from keyboard
line 30 say if the name is (MATTEO) than it will print on screen (I LOVE YOU)
line 40 say if the name is different from (MATTEO) computer will print (i dont love you.)
line 50 say stop program.
This program was rebuilt from my brain memory of 1984 or there where i first programmed my new C64C, I was less or more 6 years old and new to computers world and i asked myself why not try to make speak the computer???
So is born my first chatbot.
Thank you for reading!
Matteo Trevisan aka Toolkitman
ABBREVIATED VERSION 2025 version
10 ? "COME TI CHIAMI" :INPUT A$ 20 IF A$= "MATTEO" THEN ? "TI AMO" 30 IF A$ <> "MATTEO" THEN ? "NON TI AMO" :END
line 10 print onscreen (WHAT IS YOUR NAME) then insert another line with : and add an input
line 20 say if the variable is equal to (MATTEO) then print on screen (I LOVE YOU)
line 30 say if variable is different to (MATTEO) then print (I DONT LOVE YOU) then say another line with : and stop the game.
Updated | 1 day ago |
Published | 3 days ago |
Status | Released |
Author | BASIC 10Liner |
Genre | Simulation |
Tags | 10liner, 8-Bit, basic, Commodore 64 |
Install instructions
To load it use an emulator like vice or amiga forever laod the file and write LOAD "*",8,1 than RUN return
Comments
Log in with itch.io to leave a comment.
very good
Thank you!
Really wonderful.
Thank you!