Text Based Games - Using Graphic modes

This forum is dedicated to those who want support programming in ugBASIC.
Questo forum è dedicato a chi desidera supporto per programmare in ugBASIC.
Ce forum est dédié à ceux qui souhaitent prendre en charge la programmation en ugBASIC.
Post Reply
Pwillard
Posts: 2
Joined: Tue Oct 10, 2023 1:15 pm

Text Based Games - Using Graphic modes

Post by Pwillard »

While it might have been possible with some extra machine language work on the original COCO BASIC to merge Hi-Res graphics and Text, it actually comes natively with UGBASIC. This is a welcome capability and saves me from having to load my GSCREEN Machine code program that accomplishes this (about 1K worth).

I'm documenting my progress here...

https://github.com/pwillard/vidtext
Post Reply