1
0
Fork 0
vt100-games/Pac
acn 7e2497344e New ZIP package creation script and packages added 2020-12-03 15:25:58 +01:00
..
.package New ZIP package creation script and packages added 2020-12-03 15:25:58 +01:00
LICENSE Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00
Makefile Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00
README.md README of Pac corrected 2020-12-02 15:36:30 +01:00
ansi.c Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00
ansi.h Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00
pac.c Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00
pac.com Added: Pac, a Pac-Man game 2020-07-01 10:16:26 +02:00

README.md

Pac

Copyright 2020 Andrew Pamment

A CP/M Pac-Man clone

The original files can be found here: http://members.iinet.net.au/~apamment/CPM/

Only slight modifications have been made by Anna Christina Naß acn@acn.wtf

See LICENSE for license.

Keys

Use the numpad to move the Pac, or use the keys W, A, S, D

    8
    |
4 - * - 6
    |
    2       Q - Quit

Compiling

Pac is written in C for the ZXCC compiler which can be found in z88dk.

Use this command line (tested in Linux) to compile:

zcc +cpm -lm -lndos -O3 -o PAC.COM pac.c ansi.c

Or just use the Makefile :)