Arkanoid for the PicoMite
=========================

A port of Imagine/Ocean's 1987 BBC Micro conversion of Taito's Arkanoid.

Copy this whole directory to the board, keeping the files together, and

    RUN "arkanoid.bas"

The program finds ark_tiles.bmp, ark_sprites.bmp and ark_title.bmp beside
itself with MM.INFO(PATH), so the directory can sit anywhere on any drive.
The three images are installed into flash slots 1, 2 and 3 the first time it
runs and checked - not rewritten - after that.  Slot 3 is the one LIBRARY
uses: if you have a library installed, the title screen is skipped and the
game falls back to a text title.

Needs an RP2350 (the brick field is a TILEMAP), MODE 2, firmware 6.03.02b8
or later, and a mouse.

Player's guide: docs/Arkanoid_Player_Guide.md in the PicoMite repository.
