{"id":50638086,"url":"https://github.com/Chemaclass/phel-doom","last_synced_at":"2026-06-24T01:01:07.552Z","repository":{"id":359303681,"uuid":"1244651993","full_name":"Chemaclass/phel-doom","owner":"Chemaclass","description":"Terminal DOOM-lite raycaster built in Phel (Lisp on PHP). 256-color ANSI, 5 procedural levels — a real-world Phel showcase app.","archived":false,"fork":false,"pushed_at":"2026-06-16T06:57:28.000Z","size":2678,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T08:19:03.905Z","etag":null,"topics":["ansi","ascii-art","cli","doom","fps","fps-game","game","lisp","lisp-game","phel","phel-app","phel-lang","php","procedural-generation","raycaster","retro","terminal-game","terminal-rendering"],"latest_commit_sha":null,"homepage":"https://chemaclass.github.io/phel-doom/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chemaclass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://chemaclass.com/sponsor"]}},"created_at":"2026-05-20T13:17:36.000Z","updated_at":"2026-06-16T06:57:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Chemaclass/phel-doom","commit_stats":null,"previous_names":["chemaclass/phel-doom"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Chemaclass/phel-doom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fphel-doom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fphel-doom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fphel-doom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fphel-doom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chemaclass","download_url":"https://codeload.github.com/Chemaclass/phel-doom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chemaclass%2Fphel-doom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34712578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ansi","ascii-art","cli","doom","fps","fps-game","game","lisp","lisp-game","phel","phel-app","phel-lang","php","procedural-generation","raycaster","retro","terminal-game","terminal-rendering"],"created_at":"2026-06-07T05:00:23.532Z","updated_at":"2026-06-24T01:01:07.541Z","avatar_url":"https://github.com/Chemaclass.png","language":"Shell","funding_links":["https://chemaclass.com/sponsor"],"categories":["Projects \u0026 Apps"],"sub_categories":["Games"],"readme":"# phel-doom\n\n[![phel-doom gameplay (YouTube)](https://img.youtube.com/vi/0s-sXxpcoIA/maxresdefault.jpg)](https://www.youtube.com/watch?v=0s-sXxpcoIA)\n\nDOOM-lite raycaster in your terminal. Pure [Phel](https://phel-lang.org/) (Lisp on PHP). 256-color ANSI, 10 procgen levels, FPS combat, ~5ms frame. Full feature list: [docs/features.md](docs/features.md).\n\n## Play\n\nNeeds PHP \u003e= 8.4 and a 256-color terminal.\n\nFastest: grab the single-file PHAR from the [latest release](https://github.com/Chemaclass/phel-doom/releases/latest) (no clone, no Composer):\n\n```bash\ncurl -fsSL -o phel-doom.phar https://github.com/Chemaclass/phel-doom/releases/latest/download/phel-doom.phar\nphp phel-doom.phar\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eBuild from source (needs Composer, or Docker)\u003c/summary\u003e\n\n```bash\ngit clone git@github.com:Chemaclass/phel-doom.git\ncd phel-doom\nmake install\nmake play\n```\n\nOr `composer install \u0026\u0026 composer play`.\n\n### No local PHP? Run in Docker\n\nPHP 8.5 CLI + Composer + deps in an image; `docker` is the only prerequisite.\n\n```bash\nmake docker-build      # build image\nmake docker-play       # launch game (raw TTY)\nmake docker-test       # run test suite\nmake docker-shell      # bash inside container\nmake docker-clean      # remove image\n```\n\nOverride tag: `DOCKER_IMG=mytag make docker-build`. Host PHP is the inner loop; Docker adds ~1s startup.\n\n\u003c/details\u003e\n\n## Controls\n\n| Key            | Action                  |\n|---|---|\n| `w` `a` `s` `d`         | Move / strafe           |\n| `←` `→` / `↑` `↓`       | Turn / look up, down    |\n| mouse          | Look + turn, left-click to fire (on by default) |\n| `SHIFT`        | Sprint                  |\n| `space` / `r`  | Fire / reload           |\n| `1`...`8`      | Switch weapon           |\n| `p` / `q`      | Pause / quit            |\n\nWalk into doors to advance. Find weapons and pickups on the map.\n\nFull controls, pickups, and weapons: [docs/gameplay.md](docs/gameplay.md).\n\n## Internals\n\n- [docs/README.md](docs/README.md) - per-subsystem guide.\n- [docs/contributing.md](docs/contributing.md) - dev setup, test conventions, Phel gotchas.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChemaclass%2Fphel-doom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChemaclass%2Fphel-doom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChemaclass%2Fphel-doom/lists"}