HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pacman4console — A text-based console game inspired by the original Pacman. More information: <https://github.com/Yoc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
inspiredcommandtextpacman4consolecliconsolegamebased
linux

Problem

How to use the pacman4console command: A text-based console game inspired by the original Pacman. More information: <https://github.com/YoctoForBeaglebone/pacman4console>.

Solution

pacman4console — A text-based console game inspired by the original Pacman. More information: <https://github.com/YoctoForBeaglebone/pacman4console>.

Start a game at Level 1:
pacman4console


Start a game on a certain level (there are nine official levels):
pacman4console --level={{level_number}}


Start the pacman4console level editor, saving to a specified text file:
pacman4consoleedit {{path/to/level_file}}


Play a custom level:
pacman4console --level={{path/to/level_file}}

Code Snippets

Start a game at Level 1

pacman4console

Start a game on a certain level (there are nine official levels)

pacman4console --level={{level_number}}

Start the pacman4console level editor, saving to a specified text file

pacman4consoleedit {{path/to/level_file}}

Play a custom level

pacman4console --level={{path/to/level_file}}

Context

tldr-pages: linux/pacman4console

Revisions (0)

No revisions yet.