{"id":13523228,"url":"https://github.com/seehuhn/moon-buggy","last_synced_at":"2026-01-22T07:20:00.161Z","repository":{"id":8211918,"uuid":"25125938","full_name":"seehuhn/moon-buggy","owner":"seehuhn","description":"drive some car across the moon","archived":false,"fork":false,"pushed_at":"2025-07-06T14:50:09.000Z","size":469,"stargazers_count":95,"open_issues_count":7,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-06T15:42:57.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.seehuhn.de/pages/moon-buggy","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seehuhn.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-12T17:06:48.000Z","updated_at":"2025-07-06T14:50:13.000Z","dependencies_parsed_at":"2025-02-12T12:30:20.209Z","dependency_job_id":"adfc5e54-d2b4-4336-b3b5-b8494561ab1b","html_url":"https://github.com/seehuhn/moon-buggy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seehuhn/moon-buggy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seehuhn%2Fmoon-buggy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seehuhn%2Fmoon-buggy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seehuhn%2Fmoon-buggy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seehuhn%2Fmoon-buggy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seehuhn","download_url":"https://codeload.github.com/seehuhn/moon-buggy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seehuhn%2Fmoon-buggy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":[],"created_at":"2024-08-01T06:00:57.409Z","updated_at":"2026-01-22T07:20:00.145Z","avatar_url":"https://github.com/seehuhn.png","language":"C","funding_links":[],"categories":["Table of Contents","\u003ca name=\"games\"\u003e\u003c/a\u003eGames"],"sub_categories":[],"readme":"moon-buggy - drive some car across the moon\n\n\nINTRODUCTION:\n\n   Moon-buggy is a simple character graphics game, where you drive some\nkind of car across the moon's surface.  Unfortunately there are\ndangerous craters there.  Fortunately your car can jump over them!\n\n   Moon-Buggy comes with NO WARRANTY, to the extent permitted by law.\nYou may redistribute copies of Moon-Buggy under the terms of the GNU\nGeneral Public License.  For more information about these matters, read\nthe file COPYING of the source code distribution or press 'c' at\nmoon-buggy's title screen.\n\n   Please mail any suggestions and bug reports to \u003cvoss@seehuhn.de\u003e.\nYour message should include the moon-buggy version number, as obtained\nby the command 'moon-buggy -V'.\n\n\nINSTALLATION:\n\n   Moon-buggy requires the curses library as a prerequisite.  If\ncurses is not installed on your system, you may use the free ncurses\npackage.  The game does not work with BSD curses, thus on BSD systems\nyou will need the ncurses package.\n\n   Generic installation instructions are in the file INSTALL.  There\nare some points of interest:\n\n   * By default, the program will be installed as\n     '/usr/local/bin/moon-buggy'.  You can specify an installation\n     prefix other than '/usr/local' by giving 'configure' the\n     '--prefix=PATH' option.\n\n   * You can choose the score file's location via 'configure''s\n     '--sharedstatedir' option.  On Linux you should use\n\n          --sharedstatedir=/var/games\n\n     to comply with the Filesystem Hierarchy Standard.\n\n   * Moon-buggy supports shared score files.  As explained in\n     moon-buggy's manual, you may want to make moon-buggy a setgid\n     program.  This can be done with the '--with-setgid' option.  If\n     you use\n\n          --with-setgid=games\n\n     then the installation process arranges everything for setgid usage.\n\n     CAUTION: this introduces potential security risks.  I tried to\n     minimise these, but nevertheless be careful with this.  And\n     remember: moon-buggy comes with no warranty.\n\n   * If your version of the curses library is not autodetected, you\n     have to use some of the '--with-curses-includedir',\n     '--with-curses-header', and '--with-curses-libs' options.  For\n     example you should use\n\n          --with-curses-includedir=/usr/pkg/include\n\n     if your curses header files are in \"/usr/pkg/include/\".  You may\n     use\n\n          --with-curses-header=\"\u003cmycurses.h\u003e\"\n\n     if your curses header is called \"mycurses.h\".  And you may use\n\n          --with-curses-libs=\"-L/usr/pkg/lib -lncurses\"\n\n     if your curses library is called \"ncurses.a\" and is located in\n     \"/usr/pkg/lib/\".\n\n\n   Example: On GNU/Linux systems you probably can use the following\ncommands.  For the last one you need root user permissions.\n\n     ./configure --sharedstatedir=/var/games --mandir=/usr/share/man \\\n       --with-setgid=games\n     make\n     make install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseehuhn%2Fmoon-buggy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseehuhn%2Fmoon-buggy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseehuhn%2Fmoon-buggy/lists"}