Skip to content
/ pm Public

๐Ÿ˜‹ An emoji Pac-Man game in your terminal emulator.

License

Notifications You must be signed in to change notification settings

mivinci/pm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pac-Man ๐ŸŽฎ

An emoji Pac-Man game in your terminal emulator :)

shot

Get Started

Compile and run pm.c, that's it.

cc pm.c && ./a.out

Features

  • ๐Ÿ—บ๏ธ Custom map
  • ๐Ÿ› Buggy :)

About

This program is simply writen in pure ANSI C without using any game engine or GUI framework but the way it calculates and renders frames is similar to theirs I guess. Besides, I didn't use any fancy algorithm for ghosts to find the path to the player, a simple (probably stupid) algorithm I came up with while making it is used instead. Let me know if you got better ideas :)

LICENSE

The source code is MIT licensed and also available at git.sr.ht/~zz/pm.

About

๐Ÿ˜‹ An emoji Pac-Man game in your terminal emulator.

Topics

Resources

License

Stars

Watchers

Forks

Languages