Use qb64 to compile mansions.bas
./qb64 -c ./mansions.bas
Run the application with
./mansions
Use qb64 to compile mapmaker.bas
./qb64 -c ./mapmaker.bas
Run the application with
./mapmaker
This project documents some early programming experiences. The choice of programming language or coding style is not indicative of my current expectations for quality software. I'm amused that the programs still compile and marginally run. Bugs abound!