{"id":16164287,"url":"https://github.com/troglobit/pacman","last_synced_at":"2025-03-18T22:31:26.444Z","repository":{"id":136803901,"uuid":"187094951","full_name":"troglobit/pacman","owner":"troglobit","description":"UNIX pacman game by Dave Nixon, AGS Computers Inc. (1981) with curses support by Mark Horton (1982)","archived":false,"fork":false,"pushed_at":"2022-07-20T00:01:10.000Z","size":46,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T12:45:47.512Z","etag":null,"topics":["bsd","freebsd","linux","pacman","terminal","unix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/troglobit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-16T20:12:37.000Z","updated_at":"2024-08-14T13:28:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c497e2d-1731-4350-a540-6911e3bdee86","html_url":"https://github.com/troglobit/pacman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fpacman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fpacman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fpacman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fpacman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/troglobit","download_url":"https://codeload.github.com/troglobit/pacman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955025,"owners_count":20374368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bsd","freebsd","linux","pacman","terminal","unix"],"created_at":"2024-10-10T02:46:04.591Z","updated_at":"2025-03-18T22:31:26.435Z","avatar_url":"https://github.com/troglobit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pacman\n======\n\nThis is the original UNIX version of the Pac-Man game.  Posted to the\nnet.sources newsgroup as public domain in 1982 by Mark Horton.\n\nThe games was originally written by Dave Nixon while at AGS Computers\nInc., in July 1981.  It was converted to curses in Feb 1982 by Mark\nHorton.\n\n\nScreenshots\n-----------\n\n```\n#######################################      SCORE:      0       GAME: EASY\n# . . . . . . . . ### . . . . . . . . #\n# O ### . ##### . ### . ##### . ### O #\n# . . . . . . . . . . . . . . . . . . #\n# . ### . # . ########### . # . ### . #\n# . . . . # . . . ### . . . # . . . . #\n####### . ##### . ### . ##### . #######\n      # . # . . . . . . . . # . #\n      # . # . ### - - ### . # . #\n####### . # . #         # . # . #######\n        . . . # B I P C # . . .\n####### . # . #         # . # . #######\n      # . # . ########### . # . #\n      # . # . . . . . . . . # . #\n####### . # . ########### . # . #######\n# . . . . . . . . ### . . . . . . . . #\n# O ### . ##### . ### . ##### . ### O #\n# . . # . . . . . @ . . . . . . # . . #\n### . # . # . ########### . # . # . ###\n# . . . . # . . . ### . . . # . . . . #\n# . ########### . ### . ########### . #\n# . . . . . . . . . . . . . . . . . . #      gold left =    185\n#######################################      delay = 500, refresh =   1\n@  @\n\n```\n\n\nInstructions\n------------\n\nAttention: you are in a maze, being chased by monsters!\n\nThere is food scattered uniformly in the maze, marked by \".\".\nOne magic potion is available at each spot marked \"O\". Each potion will\nenable you to eat monsters for a limited duration. It will also\nscare them away. When you eat a monster it is regenerated, but this takes\ntime. You can also regenerate yourself 3 times. Eating all the monsters\nresults in further treasure appearing magically somewhere in the dungeon,\nmarked by \"$\". There is a magic tunnel connecting the center left and\ncenter right parts of the dungeon. The monsters know about it!\n\n        Type:   h or s  to move left\n                l or f  to move right\n                k or e  to move up\n                j or c  to move down\n                \u003cspace\u003e to halt\n                q       to quit\n\n        Type:   1       easy game\n                2       intelligent monsters\n                3       very intelligent monsters\n\n\nDownload \u0026 Build\n----------------\n\nThe [latest sources][master] are avilable on GitHub.  Download and\nunpack in the usual manner.\n\nTo build you need ncurses, a C compiler, and make.  On Ubuntu or other\nDebian GNU/Linux based systems you can get this using:\n\n    sudo apt install build-essential libncurses5-dev\n\nOther Linux systems have similar packages.  On FreeBSD you don't need\nanything in particular as long as you can fetch the tarball and have\na working `cc` and `make`.\n\nFreeBSD users can also download the true original from this mailing\nlist entry https://marc.info/?l=freebsd-hackers\u0026m=94345990014968\u0026w=2\n\n[master]: https://github.com/troglobit/pacman/archive/master.tar.gz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroglobit%2Fpacman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftroglobit%2Fpacman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroglobit%2Fpacman/lists"}