summaryrefslogtreecommitdiff
path: root/games/pacman.c/files/patch-pacman.c.6
blob: a5184865c9b89169d49ac93ffd6cc2697c01e41e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- pacman.c.6.orig	2025-11-20 11:46:17 UTC
+++ pacman.c.6
@@ -0,0 +1,14 @@
+.TH "Pacman" 6 "November 11th, 2025"
+.SH NAME
+pacman.c \- Simple Pacman clone
+.SH SYNOPSIS
+pacman.c
+.SH DESCRIPTION
+Pacman is a yellow, circular character that you move through a maze
+(arrow keys), eating small dots while avoiding colorful ghosts.
+When he eats special Power dots, he can temporarily turn the tables
+and eat the ghosts for extra points.
+
+You can switch between fullscreen and windowed mode using the f key.
+.SH AUTHORS
+This clone was written by Andre Weissflog.