No description
- HTML 100%
| index.html | ||
| README.md | ||
BBC Micro Spirit Board
A retro-style spirit board implementation inspired by the BBC Micro computer, featuring:
- Classic green-on-black aesthetic
- AI chat capabilities
- Mystical planchette movements
- LOGO command support
Try It Out
- Visit: https://squatnet.github.io/turtle-spirit-board
- Ask questions and watch the planchette move
- Use /commands for LOGO turtle graphics (e.g., /FD 100)
Run Locally
Just open index.html in any modern web browser - no server required!
Controls
- Type questions and press Enter to communicate with the spirit
- Use /command prefix for LOGO commands:
- /FD [steps] - Move forward
- /BK [steps] - Move backward
- /RT [degrees] - Turn right
- /LT [degrees] - Turn left
- /PU - Pen up
- /PD - Pen down
- /CLEAR - Clear screen
- /HOME - Return to center