mirror of
https://github.com/bobbimanners/EightBall.git
synced 2026-01-21 23:19:27 +00:00
This directory includes sample EightBall scripts.
I used the suffix .8b to designate EightBall source code.
The Commodore machines need source code to be converted from ASCII to
PETSCII, and also to substitute { to [ and } to ]. The
top-level Makefile uses the Linux tr command to do this conversion.
The converted files have suffix .8bp.
Scripts in this directory:
fact.8b- Recursive factorial demosieve.8b- Prime number sieve demo / benchmarkstr.8b- Example string handling functions, similar to Ctetris.8b- Tetris for Apple //e low resolution modeunittest.8b- Unit tests for EightBall