CPCBasicApps is a collection of CPC BASIC apps. They can be run on a Amstrad CPC 464/664/6128, in an emulator or with CPCBasic or CPCBasicTS.
Links: Source code, HTML Readme,
Check 10print.org and read the book!
CPC version of the program:
10 PRINT CHR$(199+2*RND);:FRAME:GOTO 10
Excellent BASIC demo.
On a real CPC, the pre-calculation phase takes longer than 3 minutes. With CPCBasic you will ask, which pre-calculating phase?
Nice landscapes.
Title screen of an unfinished game with a nice tune.
Check Rob Manuel’s British Council Tile / Bus Fabric Sim on Stewart C. Russell’s blog.
Several nice graphics and animations, some with morphing effects. The original version uses assembler for sprite movements. CPCBasic is fast enough to do it all in BASIC. Here we have “Windows” and “Pac-Man”.
Some more nice graphics and animations, mainly done by changing colors. Here we have “Blinker” and “R2D2”.
(c) Simon Baker, Kevin Parker, 1991
Just 9 lines of code, adapted for CPC 464 (no FILL command) by Out Bush. Check the blog FILLing them Ol’ BASIC 10-Liners on a 464.
Interrupt & Sound & Grafik (ISG) Demo
An improved version that creates more Mondrian-like paintings. For details, check the CPCwiki. The first version by SRS is based on The Joy of Programming: Mondrian Painting.
The complete demo.
Additional files:
The Can-Can sound can also be played separately.
–