Writing BASIC Adventure Programs for the TRS-80

written by Matthew Reed

TitleWriting BASIC Adventure Programs for the TRS-80
AuthorFrank DaCosta
PublisherTAB Books Inc.
Publication Date1982
Pages222
ISBN0-8306-1422
Writing BASIC Adventure Programs for the TRS-80

Adventure games were among the first popular computer games. Frank DaCosta’s book is a comprehensive guide to programming such games on the TRS-80 using BASIC.

The main part guides through building a classic text adventure called Basements and Beasties, showcasing programming principles, structured design, debugging, and optimization techniques.

The book presents incremental code listings that allow the reader to build the program chapter-by-chapter, encouraging learning by doing.

Later chapters cover a graphical adventure named Mazies and Crazies with different gameplay style.

DaCosta emphasizes three programming concepts: structured design, anticipating user input versatility, and code optimization—principles relevant beyond just adventure games.

For those interested, an online walkthrough of Basements and Beasties can be found here.

Categories: Books

Comments

Jeff Miller

My father bought me this book, which launched my programming career. A great classic.