*** The functionality of BTMG has been supersceded by MapMaker ***
Make a simple 14 x 14 bitmap tiled (16x16 pixel) game field for Agonlight/Console8
Based on Agon sprite demos https://github.com/The-8bit-Noob
Bitmaps generated with https://github.com/robogeek42/agon_sped
btmg.bas - Basic example using 14 x 14 map defined in DATA input
randommap.bas - Extended example using a 15 x 15 map using chosing tiles randomly.
Notes
- Ensure that all RGB files are saved in same directory.
- Use robogeek42 sped.bas to create new RGB's and save in format (1) RGB8
btmg.bas