Get the latest tech news
Appleii Air Attack.BAS
A single player action game written in Applesoft BASIC, playable in your browser.
It isn't a perfect emulator - some important high-res graphic commands are missing, but it's fine for games like this. ``` 10 SL = 15 : REM ** SHOTS LEFT ** 100 TEXT: HOME : NORMAL 110 VTAB 3: HTAB 11: PRINT "*** AIR ATTACK ***" 120 ?" If it's not black OR blue, we hit the enemy ship, so draw that explosion and deal with logic and scoring.
Or read this on Hacker News