Merry Christmas 🎄 and Happy Holidays in 8-bit style!
Even during the holidays, we keep thinking about our beloved retro computers! 🙂
For those interested in the Commodore 64 BASIC V2 program listing, here it is:
10 PRINT CHR$(147);CHR$(150) 20 FOR I = 1 TO 9 30 FOR J = 1 TO 10 - I 40 PRINT " "; 50 NEXT J 60 FOR K = 1 TO 2 * I - 1 70 IF I = 2 THEN PRINT CHR$(153); 80 PRINT "*"; 90 NEXT K 100 PRINT 110 NEXT I 120 PRINT 130 PRINT CHR$(154);" BUON NATALE !" 140 PRINT 150 PRINT " WWW.VALOROSO.IT" 160 PRINT: PRINT
Of course, the music was added later, during the editing of the video, and is not included in the program in BASIC V2!
#MerryChristmas #HappyHolidays #RetroComputer #8bit #Basic #ValorosoIT
Related articles:
DraCopy: copy, rename and delete a file
Tutorial: how to build a XUM1541
Course for Programming in Basic #5, Int Rnd Timer, Times Tables
TapeCart SD for Commodore 64
Kung Fu Flash for Commodore 64, review
How to control the Commodore 64 User Port
Basic Programming Course, # 1
Commodore 64 WiFi Modem, Review
Commodore 64 web server
Commodore 64 WiFi Modem Modification
Commodore 1350 Mouse for Commodore 64
Connect two monitors to the Commodore 128: we use the RGBI output
Videocourse on Basic Language, DIM arrays, #4
CCS64, Commodore 64 emulator
Commodore 128D 100% NOT tested, does it work?
KikStart 1 and 2, moto cross for Commodore 64
Artificial Intelligence in Video Games
Commodore 64 Basic V2 Command List