No description
Find a file
2025-01-24 22:30:24 +00:00
index.html Initial commit - BBC Micro Spirit Board 2025-01-24 22:27:23 +00:00
README.md Update README with correct URL 2025-01-24 22:30:24 +00:00

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

  1. Visit: https://squatnet.github.io/turtle-spirit-board
  2. Ask questions and watch the planchette move
  3. 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