aboutsummaryrefslogtreecommitdiffstats
path: root/games/pacman.c/files/patch-pacman.c.6
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /games/pacman.c/files/patch-pacman.c.6
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'games/pacman.c/files/patch-pacman.c.6')
-rw-r--r--games/pacman.c/files/patch-pacman.c.617
1 files changed, 17 insertions, 0 deletions
diff --git a/games/pacman.c/files/patch-pacman.c.6 b/games/pacman.c/files/patch-pacman.c.6
new file mode 100644
index 000000000000..a5184865c9b8
--- /dev/null
+++ b/games/pacman.c/files/patch-pacman.c.6
@@ -0,0 +1,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.