Games in text mode

Post Reply
stefano
Well known member
Posts: 2328
Joined: Mon Jul 16, 2007 7:39 pm

Games in text mode

Post by stefano »

The way Dominic sorted the console libraries in conio.h is really magic, I backported the ancient pacman game from Unix (curses library) to z88dk:
* PACMAN - written by Dave Nixon, AGS Computers Inc., July, 1981.
* Converted for curses Feb 1982 by Mark Horton.

https://github.com/z88dk/z88dk-ext/blob ... s/pacman.c

Excalibur 64
excalibur_pacman.png
NCR Decision Mate V
dmv_pacman.png
You do not have the required permissions to view the files attached to this post.
stefano
Well known member
Posts: 2328
Joined: Mon Jul 16, 2007 7:39 pm

Re: Games in text mode

Post by stefano »

Source modified to optionally fit in smaller text screens, down to 40 columns. Now I'm noticing some target system goes blank and hangs. 🤔
stefano
Well known member
Posts: 2328
Joined: Mon Jul 16, 2007 7:39 pm

Re: Games in text mode

Post by stefano »

+ UDG option
excalibur_pacman_udg.png
You do not have the required permissions to view the files attached to this post.
Post Reply