C64 Basic Tutorial: Using String Manipulation to Write a Text Adventure

This web content discusses the use of strings in C64 BASIC and how it can be utilized to create text-heavy adventure games. It emphasizes the simplicity and ease of creating games in a “choose-your-own-adventure” style that was popular among 1980s kids. The author delves into the process of developing a Text Adventure Game Engine and provides insights into memory optimization and string manipulation. Additionally, the content touches on various Commodore BASIC V2 string commands, such as string comparison, converting strings to numbers, and extracting parts of strings. The author also offers tips for creating a successful “choose your own adventure” game.

https://retrogamecoders.com/strings-text-adventure/

To top