#vccc2025 results are in, so I made my entry public: https://mmphosis.pythonanywhere.com/vccc2025/

I was in the #Applesoft #BASIC #AppleII category, with my 171 bytes #applesoftbasic entry.

snowflake - vccc2025

Hey hey, I posted an Apple BASIC game you can play right in your browser.

Press the button to drop bombs and try to time it to blow up the boat. Runs in an Apple II BASIC emulator.

If you like this subscribe via RSS, I post one BASIC program a week, refactored from old type-in listings

https://basic-code.bearblog.dev/applesoft-air-attackbas/

#retroComputing #gameDev #devLog #appleii #applesoftBasic

APPLEII Air Attack.BAS

A single player action game written in Applesoft BASIC, playable in your browser.

BASIC Code
I tried Vibe coding in BASIC and it didn't go well either

Episódio 162 – BASIC.BAS – Parte A - Retrópolis

Bem-vindos ao podcast Retrópolis! Apresentado pela Municipalidade de Retrópolis. Esta é a Parte A do Episódio 162. Sobre o episódio Demorou mas finalmente saiu o dossiê BASIC em Retrópolis. Se o podcast acabar amanhã, de não falar sobre BASIC não poderemos ser acusados. Sobre esta parte Começamos com um longo passeio pelas origens do BASIC,

Retrópolis - A cidade dos clássicos

1 GR : DEF FN C(I) = ASC ( MID$ (A$,I)) - 58: FOR C = 1 TO 7: READ A$: COLOR= FN C(1): FOR I = 2 TO LEN (A$) STEP 3: VLIN FN C(I), FN C(I + 1) AT FN C(I + 2): NEXT I,C
2 DATA"K?E?@ba??@CC@DEA",S@EC??DCCD@EE,W?EG,V?EI@AJBCK?EL,Q?EN??OBBOEEO@APCDP,L@DR??SEES@DT,M?EVCDWABXCDY?EZ

#apple2 #rainbow #Applesoft #applesoftbasic #AppleII

https://rosettacode.org/wiki/Rainbow#Applesoft_BASIC

Rainbow - Rosetta Code

Task Print out the word 'RAINBOW' to the screen with every character being a different color of the rainbow.

Rosetta Code
LZW compression - Rosetta Code

Rosetta Code