pacman4console
text-based console game inspired by the original Pacman arcade game
TLDR
SYNOPSIS
pacman4console [options]
DESCRIPTION
pacman4console is a text-based console game inspired by the original Pacman arcade game. It runs in the terminal using ASCII characters to render the maze, ghosts, and player character.The game includes nine official levels and supports custom levels through the pacman4consoleedit level editor.Use the arrow keys or WASD to move Pacman through the maze. Collect all dots to complete a level. Avoid ghosts or eat power pellets to temporarily chase them. Press q to quit during gameplay.
PARAMETERS
--level level
Start on specified level number (1-9) or custom level file path
PREVIEW
############## #o....#......# #.###.#.####.# #.#...........# #.#.#.###.#.#.# #C..#.....#...# ##############
CAVEATS
Requires a terminal that supports the ncurses library. Terminal size must be sufficient to display the game maze properly.
HISTORY
Created as a terminal-based recreation of the classic Pacman game, designed to run on console and embedded systems.
SEE ALSO
sl(1), moon-buggy(1), nsnake(1), ninvaders(1), 2048(1)
